Class QueenDifficultyWeightFactory

java.lang.Object
org.optaplanner.examples.nqueens.domain.solver.QueenDifficultyWeightFactory
All Implemented Interfaces:
org.optaplanner.core.impl.heuristic.selector.common.decorator.SelectionSorterWeightFactory<NQueens,Queen>

public class QueenDifficultyWeightFactory extends Object implements org.optaplanner.core.impl.heuristic.selector.common.decorator.SelectionSorterWeightFactory<NQueens,Queen>
  • Constructor Details

    • QueenDifficultyWeightFactory

      public QueenDifficultyWeightFactory()
  • Method Details