Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/10/11 17:58:59 (13 years ago)
Author:
cneumuel
Message:

#1233

  • added semaphores to ensure an appdomain is never unloaded when the start method has not finished
  • HiveEngine uploading and downloading of jobs works and is displayed in the view
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.HiveEngine.Test/Program.cs

    r6110 r6178  
    4848      GeneticAlgorithm ga = new GeneticAlgorithm();
    4949      ga.Problem = new SingleObjectiveTestFunctionProblem();
    50       ga.Engine = new HiveEngine();     
    51       ga.PopulationSize.Value = 3;
     50      ga.Engine = new HiveEngine();
     51      ga.Elites.Value = 0;
     52      ga.PopulationSize.Value = 4;
    5253      ga.MaximumGenerations.Value = 3;
    5354
Note: See TracChangeset for help on using the changeset viewer.