WeightedFunction
Module: opytimizer.functions.multi_objective.weighted
A WeightedFunction class used to hold multi-objective weighted functions.
Constructor
WeightedFunction(functions: List[<built-in function callable>], weights: List[float]) -> None
Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
functions | List[<built-in function callable>] | — | |
weights | List[float] | — |