See: Description
Interface | Description |
---|---|
JsonConverter<T> |
A JSON converter is a functional interface defining a single method to convert objects
of a specific type to a JSON representation.
|
SearchFactory<SolutionType extends org.jamesframework.core.problems.Solution> |
Interface of a search factory used to create a search given the problem to be solved.
|
Class | Description |
---|---|
Analysis<SolutionType extends org.jamesframework.core.problems.Solution> |
This analysis class can be used to set up and run an experiment with different search algorithms applied to
several problem instances, for example with different data sets, objectives or problem parameters.
|
AnalysisResults<SolutionType extends org.jamesframework.core.problems.Solution> |
Groups results of an analysis performed by an
Analysis object. |
SearchRunResults<SolutionType extends org.jamesframework.core.problems.Solution> |
Contains results of a search run.
|
Exception | Description |
---|---|
DuplicateIDException |
Exception thrown when duplicate problem or search IDs are encountered in an analysis.
|
UnknownIDException |
Exception thrown when unknown problem or search IDs are encountered in an analysis.
|
Copyright © 2015. All rights reserved.