Op 28-06-11 12:04, Geoffrey De Smet schreef:
Op 28-06-11 11:23, Michael Anstis schreef:
Not completely understanding why solver.solve()
would only run for 1ms,
- In real-time planning cases, the answer is needed NOW (even
though we just started planning 1 or 10ms ago).
In that last case you'll probably still want to have an
initialized solution and configure it appropriate to do random
initialization (= really fast and really stupid) anyway.
I've created this issue:
JBRULES-3106 Planner: Terminate early as soon as an initialized,
feasible solution is found: terminateEarly(boolean
solutionMustBeInitialized, Score minimumScore)