COSC-4P82-Final-Project/cmake-build-relwithdebinfo-.../run_4/regress.bst

23 lines
606 B
Plaintext
Raw Normal View History

2024-04-01 00:01:49 -04:00
=== BEST-OF-RUN ===
2024-04-03 02:17:02 -04:00
generation: 9
nodes: 24
depth: 6
hits: 746
2024-04-01 00:01:49 -04:00
TOP INDIVIDUAL:
-- #1 --
2024-04-03 02:17:02 -04:00
hits: 746
raw fitness: 746.0000
standardized fitness: 746.0000
adjusted fitness: 0.9987
2024-04-01 00:01:49 -04:00
TREE:
2024-04-03 02:17:02 -04:00
(+ (* (* (log eccentricity) area)
(log area))
(+ (+ (+ convex 0.03015)
(+ (/ (+ area minor) minor) major))
(log (- area 0.32967))))
2024-04-01 00:01:49 -04:00
TREE-equ:
2024-04-03 02:17:02 -04:00
y = (((log(eccentricity) * area) * log(area)) + (((convex + 0.03015) + (((area + minor) / minor) + major)) + log((area - 0.32967))))