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

20 lines
443 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: 2
nodes: 8
depth: 4
hits: 785
2024-04-01 09:50:07 -04:00
TOP INDIVIDUAL:
-- #1 --
2024-04-01 11:02:44 -04:00
hits: 785
raw fitness: 785.0000
standardized fitness: 785.0000
adjusted fitness: 0.9987
2024-04-01 09:50:07 -04:00
TREE:
2024-04-01 11:02:44 -04:00
(log (exp (/ (* minor eccentricity)
(log eccentricity))))
2024-04-01 09:50:07 -04:00
TREE-equ:
2024-04-01 11:02:44 -04:00
y = log(exp(((minor * eccentricity) / log(eccentricity))))