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

23 lines
565 B
Plaintext
Raw Normal View History

2024-04-01 09:50:07 -04:00
=== BEST-OF-RUN ===
2024-04-03 16:50:57 -04:00
generation: 6
nodes: 17
depth: 5
hits: 771
2024-04-01 09:50:07 -04:00
TOP INDIVIDUAL:
-- #1 --
2024-04-03 16:50:57 -04:00
hits: 771
raw fitness: 771.0000
standardized fitness: 771.0000
2024-04-03 00:43:01 -04:00
adjusted fitness: 0.9987
2024-04-01 09:50:07 -04:00
TREE:
2024-04-03 16:50:57 -04:00
(/ (/ (/ major 0.34465)
(log eccentricity))
(log (/ (+ minor
(+ minor 0.18968))
(* major eccentricity))))
2024-04-01 09:50:07 -04:00
TREE-equ:
2024-04-03 16:50:57 -04:00
y = (((major / 0.34465) / log(eccentricity)) / log(((minor + (minor + 0.18968)) / (major * eccentricity))))