-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SimulatedAnnealing Discrete Variables (#2312)
* moved tests for SimulatedAnnealing to continuos distribution, since a discrete one is coming * fixed dist * updated test names for continous * discrete opt with simulated annealing * moving * rand of var * changing delta as function of variable bounds * added discrete * discrete? * fixed tests * updated xsd schema * Apply suggestions from code review * spelling * isFloats in categorical * isFloats is now checked for False entitites * regolded serpent test since it fails in optional machine * added denromalization * Update ravenframework/Distributions.py * simulated annealing test * use utils.isClose instead of np.isClose * Apply suggestions from code review * Update tests/framework/Optimizers/SimulatedAnnealing/discrete/FunctionallyConstrainedSA/test_funcConstrSimulatedAnnealing.xml
- Loading branch information
Showing
34 changed files
with
1,532 additions
and
958 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.