idaholab / HERON

Holistic Energy Resource Optimization Network (HERON) is a modeling toolset and plugin for RAVEN to accelerate stochastic technoeconomic assessment of the economic viability of various grid-energy system configurations, especially with application to electrical grids and integrated energy systems (IES).
Apache License 2.0
22 stars 36 forks source link

[TASK] Split up "initialCount" optimization settings input #362

Open GabrielSoto-INL opened 1 month ago

GabrielSoto-INL commented 1 month ago

Issue Description

Is your feature request related to a problem? Please describe. There is a subnode for <optimization_settings> called initialCount which behaves one way if using GradientDescent (modifies the number of trajectories) and another way for BayesianOpt (modifies the number of initial samples). These should be separate.

Describe the solution you'd like A solution would be to add new inputs under each respective <algorithm> in <optimization_settings> and remove the initialCount input. These could be something like <initialSampleCount> for BayesianOpt and <numTrajectories> for GradientDescent.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.


For Change Control Board: Issue Review

This review should occur before any development is performed as a response to this issue.


For Change Control Board: Issue Closure

This review should occur when the issue is imminently going to be closed.