Package | Description |
---|---|
org.chocosolver.solver |
A package devoted to Model and resolution tools.
|
org.chocosolver.solver.search.loop.learn | |
org.chocosolver.solver.search.loop.move |
Modifier and Type | Field and Description |
---|---|
protected Learn |
Solver.L
The learning component of this search loop
|
Modifier and Type | Method and Description |
---|---|
Learn |
Solver.getLearner() |
Modifier and Type | Method and Description |
---|---|
void |
Solver.setLearner(Learn l)
Replaces the current learn with
l |
Modifier and Type | Class and Description |
---|---|
class |
LearnCBJ
Conflict-based Backjumping[1] (CBJ) explanation strategy.
|
class |
LearnDBT
Dynamic Backtracking[1] (DBT) explanation stategy.
|
class |
LearnExplained
An abstract class to deal with explanation-based learning.
|
class |
LearnNothing
Created by cprudhom on 02/09/15.
|
Modifier and Type | Class and Description |
---|---|
class |
MoveLearnBinaryTDR
A combination of Move and Learn which results in tabu Decision-repair[1] (TDR) with binary decisions.
|
Copyright © 2018. All rights reserved.