Interface Selector<ST,PT>
-
- All Known Implementing Classes:
TournamentSelector
public interface Selector<ST,PT>
- Since:
- 1.0
- Author:
- Oliver Krauss
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description science.aist.machinelearning.core.Solution<ST,PT>
select(List<science.aist.machinelearning.core.Solution<ST,PT>> population)
-