A B C D E F G H I J K L M N O P Q R S T U V W X Z

W

Water - Class in jmetal.problems
Class representing problem Water
Water(String) - Constructor for class jmetal.problems.Water
Constructor.
WeightElement_ - Variable in class jmetal.problems.EBEs
Stores the Load on Elements Itself
WeightNode_ - Variable in class jmetal.problems.EBEs
Stores the Load on Nodes
WFG - Class in jmetal.problems.WFG
Implements a reference abstract class for all WFG test problems Reference: Simon Huband, Luigi Barone, Lyndon While, Phil Hingston A Scalable Multi-objective Test Problem Toolkit.
WFG(String, Integer, Integer, Integer) - Constructor for class jmetal.problems.WFG.WFG
Constructor Creates a WFG problem
WFG1 - Class in jmetal.problems.WFG
This class implements the WFG1 problem Reference: Simon Huband, Luigi Barone, Lyndon While, Phil Hingston A Scalable Multi-objective Test Problem Toolkit.
WFG1(String) - Constructor for class jmetal.problems.WFG.WFG1
Constructor Creates a default WFG1 instance with 2 position-related parameters 4 distance-related parameters and 2 objectives
WFG1(String, Integer, Integer, Integer) - Constructor for class jmetal.problems.WFG.WFG1
Creates a WFG1 problem instance
WFG2 - Class in jmetal.problems.WFG
This class implements the WFG2 problem Reference: Simon Huband, Luigi Barone, Lyndon While, Phil Hingston A Scalable Multi-objective Test Problem Toolkit.
WFG2(String) - Constructor for class jmetal.problems.WFG.WFG2
Creates a default WFG2 instance with 2 position-related parameters 4 distance-related parameters and 2 objectives
WFG2(String, Integer, Integer, Integer) - Constructor for class jmetal.problems.WFG.WFG2
Creates a WFG2 problem instance
WFG3 - Class in jmetal.problems.WFG
This class implements the WFG3 problem Reference: Simon Huband, Luigi Barone, Lyndon While, Phil Hingston A Scalable Multi-objective Test Problem Toolkit.
WFG3(String) - Constructor for class jmetal.problems.WFG.WFG3
Creates a default WFG3 instances with 2 position-related parameters 4 distance-related parameters and 2 objectives
WFG3(String, Integer, Integer, Integer) - Constructor for class jmetal.problems.WFG.WFG3
Creates a WFG3 problem instance
WFG4 - Class in jmetal.problems.WFG
This class implements the WFG4 problem Reference: Simon Huband, Luigi Barone, Lyndon While, Phil Hingston A Scalable Multi-objective Test Problem Toolkit.
WFG4(String) - Constructor for class jmetal.problems.WFG.WFG4
Creates a default WFG4 with 2 position-related parameter, 4 distance-related parameter and 2 objectives
WFG4(String, Integer, Integer, Integer) - Constructor for class jmetal.problems.WFG.WFG4
Creates a WFG4 problem instance
WFG5 - Class in jmetal.problems.WFG
This class implements the WFG5 problem Reference: Simon Huband, Luigi Barone, Lyndon While, Phil Hingston A Scalable Multi-objective Test Problem Toolkit.
WFG5(String) - Constructor for class jmetal.problems.WFG.WFG5
Creates a default WFG5 instance with 2 position-related parameters 4 distance-related parameters and 2 objectives
WFG5(String, Integer, Integer, Integer) - Constructor for class jmetal.problems.WFG.WFG5
Creates a WFG5 problem instance
WFG6 - Class in jmetal.problems.WFG
This class implements the WFG6 problem Reference: Simon Huband, Luigi Barone, Lyndon While, Phil Hingston A Scalable Multi-objective Test Problem Toolkit.
WFG6(String) - Constructor for class jmetal.problems.WFG.WFG6
Creates a default WFG6 with 2 position-related parameters, 4 distance-related parameters, and 2 objectives
WFG6(String, Integer, Integer, Integer) - Constructor for class jmetal.problems.WFG.WFG6
Creates a WFG6 problem instance
WFG7 - Class in jmetal.problems.WFG
 
WFG7(String) - Constructor for class jmetal.problems.WFG.WFG7
Creates a default WFG7 problem with 2 position-related parameters, 4 distance-related parameters, and 2 objectives
WFG7(String, Integer, Integer, Integer) - Constructor for class jmetal.problems.WFG.WFG7
Creates a WFG7 problem instance
WFG8 - Class in jmetal.problems.WFG
Creates a default WFG8 problem with 2 position-related parameters, 4 distance-related parameters, and 2 objectives
WFG8(String) - Constructor for class jmetal.problems.WFG.WFG8
Creates a default WFG8 with 2 position-related parameters, 4 distance-related parameters, and 2 objectives
WFG8(String, Integer, Integer, Integer) - Constructor for class jmetal.problems.WFG.WFG8
Creates a WFG8 problem instance
WFG9 - Class in jmetal.problems.WFG
Creates a default WFG9 problem with 2 position-related parameters, 4 distance-related parameters, and 2 objectives
WFG9(String) - Constructor for class jmetal.problems.WFG.WFG9
Creates a default WFG9 with 2 position-related parameters, 4 distance-related parameters, and 2 objectives
WFG9(String, Integer, Integer, Integer) - Constructor for class jmetal.problems.WFG.WFG9
Creates a WFG9 problem instance
WFGHV - Class in jmetal.qualityIndicator.fastHypervolume.wfg
Created with IntelliJ IDEA.
WFGHV(int, int) - Constructor for class jmetal.qualityIndicator.fastHypervolume.wfg.WFGHV
 
WFGHV(int, int, Solution) - Constructor for class jmetal.qualityIndicator.fastHypervolume.wfg.WFGHV
 
WFGHV(int, int, Point) - Constructor for class jmetal.qualityIndicator.fastHypervolume.wfg.WFGHV
 
WFGHypervolumeArchive - Class in jmetal.util.archive
This class implements a bounded archive based on crowding distances (as defined in NSGA-II).
WFGHypervolumeArchive(int, int) - Constructor for class jmetal.util.archive.WFGHypervolumeArchive
Constructor.
worst(Comparator) - Method in class jmetal.core.SolutionSet
Returns the worst Solution using a Comparator.
WorstSolutionSelection - Class in jmetal.operators.selection
This class implements a selection operator used for selecting the worst solution in a SolutionSet according to a given comparator
WorstSolutionSelection(HashMap<String, Object>) - Constructor for class jmetal.operators.selection.WorstSolutionSelection
 
writeObjectivesToMatrix() - Method in class jmetal.core.SolutionSet
Copies the objectives of the solution set to a matrix
writeParetoFront() - Method in class jmetal.util.ExtractParetoFront
 
writeState(DataOutputStream) - Method in class jmetal.util.MersenneTwisterFast
Writes the entire state of the MersenneTwister RNG to the stream

A B C D E F G H I J K L M N O P Q R S T U V W X Z