You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To allow the summing of multiple cost functions for multi-objective optimisation and to show how the base objects may be combined.
Possible implementation
Add a WeightedCost subclass of BaseCost that combines a list of existing Cost classes, with optional weighting, into a single Cost object to be passed to the optimiser as usual.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Feature description
Multi-objective optimisation via the Cost class.
Motivation
To allow the summing of multiple cost functions for multi-objective optimisation and to show how the base objects may be combined.
Possible implementation
Add a WeightedCost subclass of BaseCost that combines a list of existing Cost classes, with optional weighting, into a single Cost object to be passed to the optimiser as usual.
Additional context
No response
The text was updated successfully, but these errors were encountered: