As of now Opta Planner planner provides support for:
- Tabu Search.
- Simulated Annealing.
However if i need to implement any other algorithm like Genetic Algorithm with Opta Planner then where and how could it could be used. I have got the code of genetic algorithm, however i don't know how to integrate it with Opta planner. I found few places where it may be possible.
- Inside custom Score class.
- Inside custom Move class.
- Inside custom MoveFactory class.
- In the XML configuration file.
Kindly guide where i need to do the modification.
Thanks