Hide Comments
Hide Comments

Comments (0)

Returns the size of size of the total set of trees from one level of nodes up to a maximum size identified by the variable level. This space contains every combination of the functions and terminals, and the arity of each function arity for every tree of depth 1 up to the stated maximum depth. This number is useful for getting an idea of the size of the search space and may encourage you to reduce the number of functions, terminals, or arity of functions.

Namespace: RSGenerics.GeneticProgramming

expandingSyntax

Delphi

public 
  function SearchSpaceSize( Level: Cardinal ): Extended; virtual; 
 

Parameters

Level

Type: Cardinal

Return Value

Type: Extended

expandingSee Also

Comments (0)