1 Repo
Specialized methods for optimizing functions that are poorly scaled or rotated.
Distinct from Objective Function Minimization: Focuses on the specific mathematical challenge of ill-conditioned functions rather than general objective minimization.
Explore 1 awesome GitHub repository matching development tools & productivity · Ill-Conditioned Function Optimization. Refine with filters or upvote what's useful.
Nevergrad is a gradient-free optimization library and hyperparameter optimization framework designed to find the minimum of objective functions without using derivatives. It serves as an asynchronous optimization engine that decouples parameter suggestions from result reporting to support parallel function evaluations. The project specializes in multi-objective optimization to identify Pareto fronts for competing goals and provides a suite for benchmarking the performance and convergence of different optimization routines. It supports black-box system optimization, enabling the tuning of exte
Solves optimization problems involving rotated or poorly scaled objective functions using comparison-based methods.