| Package | Description |
|---|---|
| org.jamesframework.core.exceptions |
Custom James runtime exceptions.
|
| org.jamesframework.core.problems |
Problem specification.
|
| org.jamesframework.core.problems.constraints |
Constraint interfaces, used for problem specification.
|
| org.jamesframework.core.problems.datatypes |
Available data types, used for problem specification.
|
| org.jamesframework.core.problems.objectives |
Objective interface and utilities, used for problem specification.
|
| org.jamesframework.core.problems.solutions |
Solution modelling.
|
| org.jamesframework.core.search |
Abstract search templates, including both general searches and neighbourhood searches.
|
| org.jamesframework.core.search.algo |
Actual search implementations (non self-contained searches and their related components
are implemented in separate subpackages).
|
| org.jamesframework.core.search.algo.exh |
Exhaustive search and related components.
|
| org.jamesframework.core.search.algo.tabu |
Tabu search and related components, including tabu memory specification.
|
| org.jamesframework.core.search.algo.vns |
Variable neighbourhood searches.
|
| org.jamesframework.core.search.cache |
Caches used by searches for efficient solution evaluation and validation.
|
| org.jamesframework.core.search.listeners |
Search listeners.
|
| org.jamesframework.core.search.neigh |
General neighbourhood and move specification.
|
| org.jamesframework.core.search.neigh.subset |
Neighbourhoods and moves for subset selection.
|
| org.jamesframework.core.search.neigh.subset.adv |
Advanced subset selection neighbourhoods.
|
| org.jamesframework.core.search.stopcriteria |
Stop criteria used by searches.
|
| org.jamesframework.core.util |
General utilities.
|
Copyright © 2014. All rights reserved.