Description
An algorithm is a procedure used for solving a problem or performing a computation. Algorithms act as an exact list of instructions that conduct specified actions step by step in either hardware- or software-based routines.
In OptaPlanner we use three type of algorithims which are as follows:-
1:-Exhaustive Search
2:-Construction Heuristics
3:-Metaheuristics
In practice, Metaheuristics (in combination with Construction Heuristics to initialize) are the recommended choice in optaplanner.
Reviews
To write a review, you must login first.
Similar Items