Search code examples
optaplanner

How to add more levels to score in optaplanner other than Hard medium and soft?


I have HardMediumSoftScore, I want to add one more level (4 stages) Hard, Hardmedium, medium and soft.


Solution

  • Check BendableScore, which has configurable number of hard and soft score levels.

    For more information check related section in OptaPlanner documentation.