This is an old revision of the document!
PHP's gd library is missing or unable to create PNG images
Percent Type
A Percent value represents a fraction or ratio — for example, Genetic Algorithm Tool's convergenceLimit input, a percentage of fitness variation used to decide when to halt optimization, or its metaHeuristicEvaluationPercent input, the percentage of individuals evaluated by meta-heuristic estimation rather than directly.
GUI Editor
Invalid Link
Graphical representation of the percent editor
The percent editor presents a field for entering the value as either a fraction or a percentage.
EGO Script
A Percent constant can be written in EGO Script in either of two equivalent forms:
| Form | Range | Example |
|---|---|---|
| A plain fraction | [0, 1] | 0.3456 |
A number followed by % | [0, 100] | 34.56% |
Both examples above represent the same value, 34.56%:
0.3456 0.0134 0.0054
34.56% 1.34% 0.54%
Automatic Conversions
- Converted from: Real Value Type.
- Converted to: None.
See Type System for the complete conversion reference across all types.