use BoxFuture;
use Uuid;
/// Provides termination checking capability for long-running evaluations.
/// Allows evaluators to check if they should abort early due to request cancellation.
/// Objective function that evaluates phenotypes and returns fitness scores.
/// Fitness values can be any finite f64 values appropriate for your problem domain.