[Overview][Types][Classes] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: solvers.pas line 83
type TGASolver = class(TCustomSolver) |
||
public |
||
constructor Create; overload; |
|
|
procedure Solve; override; |
|
|
property ElitismRate: double; [rw] |
|
|
property MaxIterations: Integer; [rw] |
|
|
property MutationHeight: double; [rw] |
|
|
property MutationRate: double; [rw] |
|
|
property ParameterRate: double; [rw] |
|
|
property PopulationSize: Integer; [rw] |
|
|
property StopCount: Integer; [rw] |
|
|
end; |
|
||
| | ||
|
||
| | ||
TObject |