public static class EnvironmentalSelectionNSGAIII.Builder<S extends Solution<?>> extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
EnvironmentalSelectionNSGAIII<S> |
build() |
List<List<S>> |
getFronts() |
int |
getNumberOfObjectives() |
List<ReferencePoint<S>> |
getReferencePoints() |
int |
getSolutionsToSelet() |
EnvironmentalSelectionNSGAIII.Builder<S> |
setFronts(List<List<S>> f) |
EnvironmentalSelectionNSGAIII.Builder<S> |
setNumberOfObjectives(int n) |
EnvironmentalSelectionNSGAIII.Builder<S> |
setReferencePoints(List<ReferencePoint<S>> referencePoints) |
EnvironmentalSelectionNSGAIII.Builder<S> |
setSolutionsToSelect(int solutions) |
public EnvironmentalSelectionNSGAIII.Builder<S> setSolutionsToSelect(int solutions)
public EnvironmentalSelectionNSGAIII.Builder<S> setFronts(List<List<S>> f)
public int getSolutionsToSelet()
public EnvironmentalSelectionNSGAIII<S> build()
public List<ReferencePoint<S>> getReferencePoints()
public EnvironmentalSelectionNSGAIII.Builder<S> setReferencePoints(List<ReferencePoint<S>> referencePoints)
public EnvironmentalSelectionNSGAIII.Builder<S> setNumberOfObjectives(int n)
public int getNumberOfObjectives()
Copyright © 2015. All rights reserved.