public class MaF08 extends AbstractDoubleProblem
| Modifier and Type | Field and Description |
|---|---|
static double[][] |
const8 |
| Constructor and Description |
|---|
MaF08()
Default constructor
|
MaF08(Integer numberOfVariables,
Integer numberOfObjectives)
Creates a MaF03 problem instance
|
| Modifier and Type | Method and Description |
|---|---|
void |
evaluate(DoubleSolution solution)
Evaluates a solution
|
static double[] |
nextPoint(double arc,
double[] startp,
double r) |
static double[][] |
polygonpoints(int m,
double r) |
createSolution, getLowerBound, getUpperBound, setLowerLimit, setUpperLimitgetName, getNumberOfConstraints, getNumberOfObjectives, getNumberOfVariables, setName, setNumberOfConstraints, setNumberOfObjectives, setNumberOfVariablesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetName, getNumberOfConstraints, getNumberOfObjectives, getNumberOfVariablespublic void evaluate(DoubleSolution solution)
solution - The solution to evaluatepublic static double[][] polygonpoints(int m,
double r)
public static double[] nextPoint(double arc,
double[] startp,
double r)
Copyright © 2018. All rights reserved.