Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
genetic_algorithm_tool [2015/10/11 23:58] admin |
genetic_algorithm_tool [2026/07/08 17:17] (current) chrystian [Inputs] Fix wrong input port type |
||
|---|---|---|---|
| Line 8: | Line 8: | ||
| ^ Name ^ Type ^ Description ^ | ^ Name ^ Type ^ Description ^ | ||
| - | | Use Convergence Stopping Criteria | [[Real Value Type]] | If true, the optimization process will halt if evolution of generations becomes asymptotic, as defined by the asymptotic parameter. Otherwise, the total number of generations specified by "Number Of Generations" is used. | | + | | Use Convergence Stopping Criteria | [[Boolean Value Type]] | If true, the optimization process will halt if evolution of generations becomes asymptotic, as defined by the asymptotic parameter. Otherwise, the total number of generations specified by "Number Of Generations" is used. | |
| | Number of Generations | [[Positive Integer Value Type]] | If the "Use Convergence Stopping Criteria" is true, the "Number Of Generations" specifies the minimum number of generations to detect convergence. Otherwise, it becomes the maximum number of generations. | | | Number of Generations | [[Positive Integer Value Type]] | If the "Use Convergence Stopping Criteria" is true, the "Number Of Generations" specifies the minimum number of generations to detect convergence. Otherwise, it becomes the maximum number of generations. | | ||
| | Population Size | [[Positive Integer Value Type]] | Number of individuals per population. | | | Population Size | [[Positive Integer Value Type]] | Number of individuals per population. | | ||