You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This problem has been documented before (see #2053)
Defect Description
What did you see?
RAVEN User Manual (rev. 10) has completely incorrect descriptions for the <Constraint> and <ImplicitConstraint> function required formats for the <GeneticAlgorithm> optimizer (Section 11.3).
Steps to Reproduce
As of current version, this description of <Constraint> and <ImplicitConstraint> for the Genetic Algorithm optimizer are incorrectly documented in the manual. Go to manual section 11.3, page 209.
Expected Behavior
RAVEN User Manual (rev. 10) to have correct description of <Constraint> and <ImplicitConstraint> functions of the <GeneticAlgorithm> optimizer (Section 11.3).
Do you have a suggested fix for the development team?
Update description based on how constraint functions are actually handled for the Genetic Algorithm, and include a section in the <fitness> section indicating how the constraint is applied in relation to the fitness function and related coefficients of constraint penalty.
([TASK]?) In addition, it may be worth raising an Exception when a constraint function does not follow the proper syntax, and, as an extension, raise a Warning if a constraint function has no effect (i.e. if input space is already completely within constraint)
Thank you for the defect report
RAVEN
.that demonstrates the defect.
EDIT
This problem has been documented before (see #2053)
Defect Description
What did you see?
RAVEN User Manual (rev. 10) has completely incorrect descriptions for the
<Constraint>
and<ImplicitConstraint>
function required formats for the<GeneticAlgorithm>
optimizer (Section 11.3).Steps to Reproduce
As of current version, this description of
<Constraint>
and<ImplicitConstraint>
for the Genetic Algorithm optimizer are incorrectly documented in the manual. Go to manual section 11.3, page 209.Expected Behavior
RAVEN User Manual (rev. 10) to have correct description of
<Constraint>
and<ImplicitConstraint>
functions of the<GeneticAlgorithm>
optimizer (Section 11.3).Do you have a suggested fix for the development team?
Update description based on how constraint functions are actually handled for the Genetic Algorithm, and include a section in the
<fitness>
section indicating how the constraint is applied in relation to the fitness function and related coefficients of constraint penalty.([TASK]?) In addition, it may be worth raising an
Exception
when a constraint function does not follow the proper syntax, and, as an extension, raise aWarning
if a constraint function has no effect (i.e. if input space is already completely within constraint)Relevant Documentation and Files
RAVEN User Manual (Rev. 10):
Python file with methods for fitness evaluation from Genetic Algorithm optimizer:
Example of how GeneticAlgorithm constraints should be formatted (from workshop documentation and examples):
OS
Linux
OS Version
No response
Dependency Manager
CONDA
For Change Control Board: Issue Review
For Change Control Board: Issue Closure
The text was updated successfully, but these errors were encountered: