- Timestamp:
- 11/15/15 13:54:43 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Tests/HeuristicLab-3.3/Samples/GPMultiplexerSampleTest.cs
r12012 r13160 98 98 99 99 var osga = new OffspringSelectionGeneticAlgorithm(); 100 osga.Name = "Genetic Programming - Multiplexer 11 problem";100 osga.Name = "Genetic Programming - Multiplexer 11 Problem"; 101 101 osga.Description = "A genetic programming algorithm that solves the 11-bit multiplexer problem."; 102 102 osga.Problem = problem;
Note: See TracChangeset
for help on using the changeset viewer.