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

24 lines
682 B
Plaintext
Raw Normal View History

2024-04-01 00:01:49 -04:00
=== BEST-OF-RUN ===
2024-04-03 02:04:21 -04:00
generation: 2
nodes: 25
depth: 5
hits: 757
2024-04-01 00:01:49 -04:00
TOP INDIVIDUAL:
-- #1 --
2024-04-03 02:04:21 -04:00
hits: 757
raw fitness: 757.0000
standardized fitness: 757.0000
adjusted fitness: 0.9987
2024-04-01 00:01:49 -04:00
TREE:
2024-04-03 02:04:21 -04:00
(+ (+ -0.18535
(log (exp (* eccentricity major))))
(- (* (+ (- eccentricity minor)
(/ eccentricity eccentricity))
(log (/ extent 0.11096)))
(log (+ area convex))))
2024-04-01 00:01:49 -04:00
TREE-equ:
2024-04-03 02:04:21 -04:00
y = ((-0.18535 + log(exp((eccentricity * major)))) + ((((eccentricity - minor) + (eccentricity / eccentricity)) * log((extent / 0.11096))) - log((area + convex))))