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

23 lines
647 B
Plaintext
Raw Normal View History

2024-04-01 09:50:07 -04:00
=== BEST-OF-RUN ===
2024-04-01 11:02:44 -04:00
generation: 23
nodes: 23
2024-04-01 09:50:07 -04:00
depth: 6
2024-04-01 11:02:44 -04:00
hits: 945
2024-04-01 09:50:07 -04:00
TOP INDIVIDUAL:
-- #1 --
2024-04-01 11:02:44 -04:00
hits: 945
raw fitness: 945.0000
standardized fitness: 945.0000
2024-04-01 09:50:07 -04:00
adjusted fitness: 0.9989
TREE:
2024-04-01 11:02:44 -04:00
(/ (+ (/ (* perimeter -0.79452)
(log major)) extent)
(* (exp (- (log (* area convex))
(* (exp 0.63537)
(* eccentricity perimeter)))) 0.37993))
2024-04-01 09:50:07 -04:00
TREE-equ:
2024-04-01 11:02:44 -04:00
y = ((((perimeter * -0.79452) / log(major)) + extent) / (exp((log((area * convex)) - (exp(0.63537) * (eccentricity * perimeter)))) * 0.37993))