| Package | Description |
|---|---|
| org.uma.jmetal.problem | |
| org.uma.jmetal.problem.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DoubleBinaryProblem<S>
Interface representing problems having integer and double variables
|
interface |
DoubleProblem
Interface representing continuous problems
|
interface |
IntegerDoubleProblem<S>
Interface representing problems having integer and double variables
|
interface |
IntegerProblem
Interface representing integer problems
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDoubleProblem |
class |
AbstractIntegerDoubleProblem<S> |
class |
AbstractIntegerProblem |
class |
ComposableDoubleProblem
This class allows to define a continuous (double) problem dynamically, by adding the ranges of
every decision variable, the objective functions and the constraints.
|
Copyright © 2019. All rights reserved.