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

22 lines
567 B
Plaintext
Raw Permalink Normal View History

2024-04-01 00:01:49 -04:00
=== BEST-OF-RUN ===
2024-04-03 00:43:01 -04:00
generation: 2
nodes: 18
depth: 4
hits: 746
2024-04-01 00:01:49 -04:00
TOP INDIVIDUAL:
-- #1 --
2024-04-03 00:43:01 -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 00:43:01 -04:00
(- (/ (exp (/ perimeter eccentricity))
(/ (- eccentricity 0.87910)
(/ minor area)))
(exp (+ (exp extent) 0.97088)))
2024-04-01 00:01:49 -04:00
TREE-equ:
2024-04-03 00:43:01 -04:00
y = ((exp((perimeter / eccentricity)) / ((eccentricity - 0.87910) / (minor / area))) - exp((exp(extent) + 0.97088)))