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

21 lines
508 B
Plaintext
Raw Normal View History

2024-04-01 09:50:07 -04:00
=== BEST-OF-RUN ===
2024-04-03 00:43:01 -04:00
generation: 9
nodes: 13
2024-04-01 20:34:44 -04:00
depth: 5
2024-04-03 00:43:01 -04:00
hits: 862
2024-04-01 09:50:07 -04:00
TOP INDIVIDUAL:
-- #1 --
2024-04-03 00:43:01 -04:00
hits: 862
raw fitness: 862.0000
standardized fitness: 862.0000
adjusted fitness: 0.9988
2024-04-01 09:50:07 -04:00
TREE:
2024-04-03 00:43:01 -04:00
(+ (/ eccentricity minor)
(log (exp (* (- convex extent)
(- 0.83082 eccentricity)))))
2024-04-01 09:50:07 -04:00
TREE-equ:
2024-04-03 00:43:01 -04:00
y = ((eccentricity / minor) + log(exp(((convex - extent) * (0.83082 - eccentricity)))))