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

23 lines
554 B
Plaintext
Raw Normal View History

2024-04-01 09:50:07 -04:00
=== BEST-OF-RUN ===
2024-04-01 20:30:47 -04:00
generation: 7
nodes: 16
depth: 7
hits: 833
2024-04-01 09:50:07 -04:00
TOP INDIVIDUAL:
-- #1 --
2024-04-01 20:30:47 -04:00
hits: 833
raw fitness: 833.0000
standardized fitness: 833.0000
adjusted fitness: 0.9988
2024-04-01 09:50:07 -04:00
TREE:
2024-04-01 20:30:47 -04:00
(/ (exp major)
(log (exp (* major
(/ major
(+ (* -0.60973 minor)
(/ extent major)))))))
2024-04-01 09:50:07 -04:00
TREE-equ:
2024-04-01 20:30:47 -04:00
y = (exp(major) / log(exp((major * (major / ((-0.60973 * minor) + (extent / major)))))))