| Modifier and Type | Method and Description |
|---|---|
static String |
NQueensHelloWorld.toDisplayString(NQueens nQueens) |
| Modifier and Type | Method and Description |
|---|---|
Comparable |
QueenDifficultyWeightFactory.createSorterWeight(NQueens nQueens,
Queen queen) |
Comparable |
RowStrengthWeightFactory.createSorterWeight(NQueens nQueens,
Row row) |
| Modifier and Type | Method and Description |
|---|---|
NQueens |
NQueensGenerator.createNQueens(int n) |
| Modifier and Type | Method and Description |
|---|---|
List<org.optaplanner.core.impl.heuristic.move.Move> |
RowChangeMoveFactory.createMoveList(NQueens nQueens) |
| Modifier and Type | Method and Description |
|---|---|
org.optaplanner.core.api.score.buildin.simple.SimpleScore |
NQueensEasyScoreCalculator.calculateScore(NQueens nQueens) |
org.optaplanner.core.api.score.buildin.simple.SimpleScore |
NQueensMapBasedEasyScoreCalculator.calculateScore(NQueens nQueens) |
void |
NQueensAdvancedIncrementalScoreCalculator.resetWorkingSolution(NQueens nQueens) |
void |
NQueensBasicIncrementalScoreCalculator.resetWorkingSolution(NQueens nQueens) |
Copyright © 2006–2015 JBoss by Red Hat. All rights reserved.