- Timestamp:
- 06/08/11 00:04:16 (14 years ago)
- Location:
- branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.HiveEngine/3.4/Tests
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.HiveEngine/3.4/Tests
- Property svn:ignore
-
old new 5 5 HeuristicLab.HiveEngine-3.4.Tests.csproj.vs10x 6 6 Meta-GA - Meta Optimization Problem (Genetic Programming - Symbolic Regression 3.4 scaled)_small.hl 7 HeuristicLab.HiveEngine-3.4.ConsoleTests.csproj.user 8 HeuristicLab.HiveEngine-3.4.ConsoleTests.csproj.vs10x
-
- Property svn:ignore
-
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.HiveEngine/3.4/Tests/Program.cs
r6373 r6381 47 47 GeneticAlgorithm alg = new GeneticAlgorithm(); 48 48 alg.Problem = new SingleObjectiveTestFunctionProblem(); 49 alg.Engine = new HiveEngine() { ResourceNames = " CHRISTOPH-PC" };49 alg.Engine = new HiveEngine() { ResourceNames = "HEAL" }; 50 50 alg.Elites.Value = 0; 51 51 alg.PopulationSize.Value = 10;
Note: See TracChangeset
for help on using the changeset viewer.