Package ai.libs.jaicore.problems
Interface ISearchProblem<P,S>
-
- All Known Subinterfaces:
IJobSchedulingProblem
public interface ISearchProblem<P,S>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description P
getInstance()
boolean
isSolution(S candidate)
-