Example #1
0
 /// <summary>
 /// 워커 스레드를 중지합니다.
 /// </summary>
 public void StopWorkerThread()
 {
     FunctionStrategy.StopWorkerThread();
 }
        public HeuristicRandomMinimumBuilder WithStrategy(FunctionStrategy strategy)
        {
            this.strategy = strategy;

            return(this);
        }