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

21 lines
495 B
Plaintext
Raw Permalink Normal View History

2024-04-01 00:01:49 -04:00
=== BEST-OF-RUN ===
2024-04-03 16:50:57 -04:00
generation: 3
nodes: 14
2024-04-03 12:08:55 -04:00
depth: 5
2024-04-03 16:50:57 -04:00
hits: 861
2024-04-01 00:01:49 -04:00
TOP INDIVIDUAL:
-- #1 --
2024-04-03 16:50:57 -04:00
hits: 861
raw fitness: 861.0000
standardized fitness: 861.0000
adjusted fitness: 0.9988
2024-04-01 00:01:49 -04:00
TREE:
2024-04-03 16:50:57 -04:00
(log (- (log (log (exp perimeter)))
(/ (- major minor)
(log (* major convex)))))
2024-04-01 00:01:49 -04:00
TREE-equ:
2024-04-03 16:50:57 -04:00
y = log((log(log(exp(perimeter))) - ((major - minor) / log((major * convex)))))