2024-04-01 00:01:49 -04:00
|
|
|
=== BEST-OF-RUN ===
|
2024-04-03 12:08:55 -04:00
|
|
|
generation: 45
|
|
|
|
nodes: 31
|
|
|
|
depth: 6
|
|
|
|
hits: 874
|
2024-04-01 00:01:49 -04:00
|
|
|
TOP INDIVIDUAL:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-- #1 --
|
2024-04-03 12:08:55 -04:00
|
|
|
hits: 874
|
|
|
|
raw fitness: 874.0000
|
|
|
|
standardized fitness: 874.0000
|
|
|
|
adjusted fitness: 0.9989
|
2024-04-01 00:01:49 -04:00
|
|
|
TREE:
|
2024-04-03 12:08:55 -04:00
|
|
|
(/ (+ (/ convex
|
|
|
|
(/ perimeter perimeter))
|
2024-04-03 12:00:49 -04:00
|
|
|
(- (log eccentricity)
|
2024-04-03 12:08:55 -04:00
|
|
|
(* convex minor)))
|
|
|
|
(- (exp (/ minor
|
|
|
|
(- (/ minor area)
|
|
|
|
(log eccentricity))))
|
|
|
|
(/ (exp perimeter)
|
|
|
|
(/ eccentricity
|
|
|
|
(/ extent area)))))
|
2024-04-01 00:01:49 -04:00
|
|
|
TREE-equ:
|
2024-04-03 12:08:55 -04:00
|
|
|
y = (((convex / (perimeter / perimeter)) + (log(eccentricity) - (convex * minor))) / (exp((minor / ((minor / area) - log(eccentricity)))) - (exp(perimeter) / (eccentricity / (extent / area)))))
|