Пример #1
0
 private void RewardBestFactory()
 {
     if (BestFactoryAdjustmentParam == 0 || _bestFactory == null)
     {
         return;
     }
     _bestFactory.WidenNeighborhood(BestFactoryAdjustmentParam);
     //Console.WriteLine($"Rewarded {_bestFactory.GetType().Name}");
 }