1 | | * Merge HeuristicOptimizationProblem with BasicProblem |
2 | | * Translate Scheduling/ScheduleEncoding |
3 | | * Decouple Solutions from ValueTypeArrays (e.g. IntVector subclass IntArray) |
4 | | * Type generation of generic types with reference between the type constraints fails |
5 | | * Introduce new parameter type that can look up problems and algorithms |
6 | | * Make operators (SingleObjectiveAnalyzer<TSolution>, ...) internal |
7 | | * Introduce SolutionParameter in ISolutionCreator<TSolution> |
| 1 | * Merge HeuristicOptimizationProblem with BasicProblem |
| 2 | * Decouple Solutions from ValueTypeArrays (e.g. IntVector subclass IntArray) |
| 3 | * Type generation of generic types with reference between the type constraints fails (e.g. set Encoding in ExternalEvaluation) |
| 4 | * Change ExternalEvaluation to work similar to ProgrammableProblems |
| 5 | * Introduce new parameter type that can look up problems and algorithms |
| 6 | * Introduce SolutionParameter in ISolutionCreator<TSolution> |