2024-04-01 09:50:07 -04:00
|
|
|
=== BEST-OF-RUN ===
|
2024-04-01 11:02:44 -04:00
|
|
|
generation: 0
|
2024-04-01 11:08:30 -04:00
|
|
|
nodes: 36
|
|
|
|
depth: 5
|
|
|
|
hits: 862
|
2024-04-01 09:50:07 -04:00
|
|
|
TOP INDIVIDUAL:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-- #1 --
|
2024-04-01 11:08:30 -04:00
|
|
|
hits: 862
|
|
|
|
raw fitness: 862.0000
|
|
|
|
standardized fitness: 862.0000
|
|
|
|
adjusted fitness: 0.9988
|
2024-04-01 09:50:07 -04:00
|
|
|
TREE:
|
2024-04-01 11:08:30 -04:00
|
|
|
(/ (- (* (exp (- area extent))
|
|
|
|
(log (* extent minor)))
|
|
|
|
(/ (exp (* extent perimeter))
|
|
|
|
(log (+ convex eccentricity))))
|
|
|
|
(* (exp (/ (+ eccentricity minor)
|
|
|
|
(log eccentricity)))
|
|
|
|
(log (/ (/ area convex)
|
|
|
|
(- perimeter area)))))
|
2024-04-01 09:50:07 -04:00
|
|
|
TREE-equ:
|
2024-04-01 11:08:30 -04:00
|
|
|
y = (((exp((area - extent)) * log((extent * minor))) - (exp((extent * perimeter)) / log((convex + eccentricity)))) / (exp(((eccentricity + minor) / log(eccentricity))) * log(((area / convex) / (perimeter - area)))))
|