Spatial Entropy Differential Evolution (SEDE) is a production-grade metaheuristic designed to mitigate the "Curse of Dimensionality" in global optimization. Unlike traditional adaptive algorithms that rely on fitness-based (phenotypic) diversity—which often leads to the "Phenotypic Entropy Paradox" where algorithmic search explodes at the point of convergence—SEDE utilizes an O(N2) structurally exact Gaussian kernel distance matrix to track true genotypic dispersion. Key Technical Innovations Genotypic Spatial Entropy: Replaces volatile fitness-probability mapping with raw topological distance matrices, ensuring that physical clustering leads to smooth algorithmic exploitation. Logistic Mutation Governance: Replaces linear parameter scaling with a continuous sigmoid/logistic decay mechanism for highly sensitive exploration-exploitation transitions. Evolutionary Cooling: Implements a coordinate-wise damping protocol that constricts vector displacement linearly from 5%→0.1% to navigate the "Empty Space Phenomenon" of high-dimensional manifolds. High-Performance C++ Core: The engine is accelerated via a PyBind11-coupled C++17 backend with OpenMP multi-threading, achieving a ~5x speedup over standard JIT-bound Python implementations. Empirical Validation SEDE has been rigorously benchmarked across 30 independent runs on CEC-standard functions (Sphere, Rosenbrock, Rastrigin) and real-world Support Vector Machine (SVM) hyperparameter sweeps, achieving terminal precisions as low as 1.89×10−171 on 10D unimodal landscapes.source code found in :
Building similarity graph...
Analyzing shared references across papers
Loading...
Azar Adham
Building similarity graph...
Analyzing shared references across papers
Loading...
Azar Adham (Mon,) studied this question.
www.synapsesocial.com/papers/69c37b62b34aaaeb1a67dca2 — DOI: https://doi.org/10.5281/zenodo.19190935