Skip to content

Infinite opt loop#18

Merged
waldemar-martens merged 8 commits intomasterfrom
infinite-opt-loop
Nov 25, 2025
Merged

Infinite opt loop#18
waldemar-martens merged 8 commits intomasterfrom
infinite-opt-loop

Conversation

@waldemar-martens
Copy link
Copy Markdown
Collaborator

If bounds_to_constraints is active, optgra converts those parameter bounds which are finite to constraints. However, if bounds which are meant to be infinite were configured as ~1e308 (largest representable float) in GODOT, these constraints could cause actual infinities in FORTRAN and produce NaNs in the active set logic. This is fixed now.

@waldemar-martens waldemar-martens merged commit e35562f into master Nov 25, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant