Class RowStrengthWeightFactory

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

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

    • RowStrengthWeightFactory

      public RowStrengthWeightFactory()
  • Method Details