Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a WeightedCost class #327

Closed
NicolaCourtier opened this issue May 15, 2024 · 0 comments · Fixed by #329 or #413
Closed

Add a WeightedCost class #327

NicolaCourtier opened this issue May 15, 2024 · 0 comments · Fixed by #329 or #413
Assignees
Labels
enhancement New feature or request

Comments

@NicolaCourtier
Copy link
Member

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

@NicolaCourtier NicolaCourtier added the enhancement New feature or request label May 15, 2024
@NicolaCourtier NicolaCourtier self-assigned this May 15, 2024
This was referenced May 16, 2024
@NicolaCourtier NicolaCourtier linked a pull request Jul 22, 2024 that will close this issue
15 tasks
BradyPlanden added a commit that referenced this issue Aug 1, 2024
Additions for #327 - Enable `DesignCosts` in `WeightedCost`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
1 participant