We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The balance of plant an internal optimization is very slow (50 % of the total ActorWholeFacility)
For the stationary solution we should make a database of results as there are only 3 inputs and a cycle type for now::
cycletype :: Symbol breeder_heat_load :: Real divertor_heat_load :: Real wall_heat_load :: Real
@orso82 had the idea to make a hypercube and then just interpolate on the optimzed result to speed this up to almost nothing
@jacksonharvey Do you think this makes sense?
The text was updated successfully, but these errors were encountered:
Ya that makes sense, should be fairly easy to add.
Sorry, something went wrong.
orso82
No branches or pull requests
The balance of plant an internal optimization is very slow (50 % of the total ActorWholeFacility)
For the stationary solution we should make a database of results as there are only 3 inputs and a cycle type for now::
cycletype :: Symbol
breeder_heat_load :: Real
divertor_heat_load :: Real
wall_heat_load :: Real
@orso82 had the idea to make a hypercube and then just interpolate on the optimzed result to speed this up to almost nothing
@jacksonharvey Do you think this makes sense?
The text was updated successfully, but these errors were encountered: