Changeset 17747 for branches/2521_ProblemRefactoring/HeuristicLab.Problems.ExternalEvaluation/3.4/Interfaces
- Timestamp:
- 09/15/20 17:09:10 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2521_ProblemRefactoring/HeuristicLab.Problems.ExternalEvaluation/3.4/Interfaces/ISingleObjectiveOptimizationSupport.cs
r17745 r17747 30 30 where TEncodedSolution : class, IEncodedSolution { 31 31 32 void InitializeResults(); 32 33 void Analyze(ISingleObjectiveSolutionContext<TEncodedSolution>[] solutionContexts, IRandom random); 33 34 IEnumerable<TEncodedSolution> GetNeighbors(TEncodedSolution individual, IRandom random);
Note: See TracChangeset
for help on using the changeset viewer.