COSC-4P82-Final-Project/build/run_2/regress.bst

30 lines
981 B
Plaintext
Raw Normal View History

2024-04-01 09:50:07 -04:00
=== BEST-OF-RUN ===
2024-04-03 00:43:01 -04:00
generation: 6
nodes: 44
depth: 7
hits: 789
2024-04-01 09:50:07 -04:00
TOP INDIVIDUAL:
-- #1 --
2024-04-03 00:43:01 -04:00
hits: 789
raw fitness: 789.0000
standardized fitness: 789.0000
adjusted fitness: 0.9987
2024-04-01 09:50:07 -04:00
TREE:
2024-04-03 00:43:01 -04:00
(* (/ (/ (exp eccentricity) extent)
(/ (* (exp perimeter)
(* major -0.65856))
(- (- 0.89693 eccentricity)
(/ extent
(* minor
(+ eccentricity eccentricity))))))
(+ (+ (- (+ convex minor)
(- area minor))
(- (+ -0.42594 extent)
(- minor -0.71593)))
(log (/ area 0.40218))))
2024-04-01 09:50:07 -04:00
TREE-equ:
2024-04-03 00:43:01 -04:00
y = (((exp(eccentricity) / extent) / ((exp(perimeter) * (major * -0.65856)) / ((0.89693 - eccentricity) - (extent / (minor * (eccentricity + eccentricity)))))) * ((((convex + minor) - (area - minor)) + ((-0.42594 + extent) - (minor - -0.71593))) + log((area / 0.40218))))