[Overview][Types][Classes] Reference for unit 'Solvers' (#solver)

TGASolver

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

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;

Inheritance

TGASolver

  

|

TCustomSolver

  

|

TObject