Changeset 11485 for branches/ProgrammableProblem/HeuristicLab.Problems.Programmable/3.3/SingleObjectiveProblemScript.cs
- Timestamp:
- 10/21/14 19:10:35 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ProgrammableProblem/HeuristicLab.Problems.Programmable/3.3/SingleObjectiveProblemScript.cs
r11484 r11485 78 78 } 79 79 80 public IEnumerable<Individual> GetNeighbors(IRandom random, Individual individual) {80 public override IEnumerable<Individual> GetNeighbors(IRandom random, Individual individual) { 81 81 // Create new vectors, based on the given one that represent small changes 82 82 // This method is only called from move-based algorithms (LocalSearch, SimulatedAnnealing, etc.)
Note: See TracChangeset
for help on using the changeset viewer.