AGE-MOEA configuration¶
Configure agemoea through vamos.algorithms.AGEMOEAConfig. This page is the parameter reference, not a tutorial about the algorithm.
Stable public API. The 1.x compatibility policy defines the supported surface; import from the public facade shown below.
from vamos.algorithms import AGEMOEAConfig
Configuration overview · Algorithm contracts · Optimization
AGEMOEAConfig
dataclass
¶
Bases: _SerializableConfig
default(pop_size=100, n_var=None)
classmethod
¶
Create a default AGE-MOEA configuration.
Builder methods¶
Use AGEMOEAConfig.builder() to obtain the fluent builder; do not import the private builder class directly. The methods below are generated from that returned object, so their signatures are not maintained as a second manual parameter table.