Similarity class in Global context

5 members:

integer simil_method
integer, 0 .. 1
  • 0 = New (default)
  • 1 = Old
  • Matching method

    float simil_neuro
    float, 0 .. 100
    default=0.5

    Weight of neurons count

    float simil_partdeg
    float, 0 .. 100
    default=1

    Weight of parts' degree

    float simil_parts
    float, 0 .. 100
    default=0

    Weight of parts count

    Differing number of parts is also handled by the 'part degree' similarity component.

    function evaluateDistance
    returns float

    evaluate model dissimilarity

    function evaluateDistance(Geno, Geno)

    calculate dissimilarity between two models created from Geno objects


    Global context