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 multi-dataset optimisation routines #232

Closed
BradyPlanden opened this issue Mar 10, 2024 · 1 comment
Closed

Add multi-dataset optimisation routines #232

BradyPlanden opened this issue Mar 10, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@BradyPlanden
Copy link
Member

Feature description

Refactor the dataset class to support multiple datasets with the optimisation workflows able to support either serialised or parallel fitting / design optimisation for the combined datasets. Additional improvements would include a weighting function for the datasets.

Motivation

This functionality would enable design optimisation for varying operating conditions (fast-charge, CC-CV, GITT, etc.) with different initial conditions.

Possible implementation

  • Refactor dataset class for multi-instance
  • Update optimisation class with loop or vectorisation for instances in dataset
  • Sum cost across datasets with applied weighting function
  • Proceed with current optimisation loop

Additional context

No response

@BradyPlanden BradyPlanden added the enhancement New feature or request label Mar 10, 2024
@BradyPlanden BradyPlanden changed the title Add multi-dataset fitting routines Add multi-dataset optimisation routines Mar 10, 2024
@BradyPlanden
Copy link
Member Author

See #238

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
None yet
Development

No branches or pull requests

1 participant