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

26 lines
932 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: 13
nodes: 41
depth: 7
hits: 827
2024-04-01 00:01:49 -04:00
TOP INDIVIDUAL:
-- #1 --
2024-04-03 02:04:21 -04:00
hits: 827
raw fitness: 827.0000
standardized fitness: 827.0000
adjusted fitness: 0.9988
2024-04-01 00:01:49 -04:00
TREE:
2024-04-03 02:04:21 -04:00
(/ (* (log (exp (/ convex
(* area eccentricity)))) perimeter)
(/ (* (exp (* (+ -0.85432 eccentricity)
(+ (* 0.71107 convex) area))) eccentricity)
(- (/ (+ (exp (exp minor))
(log (/ minor minor)))
(* (/ 0.52671 convex)
(- eccentricity eccentricity))) perimeter)))
2024-04-01 00:01:49 -04:00
TREE-equ:
2024-04-03 02:04:21 -04:00
y = ((log(exp((convex / (area * eccentricity)))) * perimeter) / ((exp(((-0.85432 + eccentricity) * ((0.71107 * convex) + area))) * eccentricity) / (((exp(exp(minor)) + log((minor / minor))) / ((0.52671 / convex) * (eccentricity - eccentricity))) - perimeter)))