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

21 lines
453 B
Plaintext
Raw Normal View History

2024-04-01 09:50:07 -04:00
=== BEST-OF-RUN ===
2024-04-01 20:34:44 -04:00
generation: 11
nodes: 9
depth: 5
hits: 885
2024-04-01 09:50:07 -04:00
TOP INDIVIDUAL:
-- #1 --
2024-04-01 20:34:44 -04:00
hits: 885
raw fitness: 885.0000
standardized fitness: 885.0000
2024-04-01 11:02:44 -04:00
adjusted fitness: 0.9989
2024-04-01 09:50:07 -04:00
TREE:
2024-04-01 20:34:44 -04:00
(log (* (exp major)
(exp (/ minor
(log eccentricity)))))
2024-04-01 09:50:07 -04:00
TREE-equ:
2024-04-01 20:34:44 -04:00
y = log((exp(major) * exp((minor / log(eccentricity)))))