benchmark-functions
There are 20 repositories under benchmark-functions topic.
lobocv/pyperform
An easy and convienent way to performance test python code.
thieu1995/opfunu
A collection of Benchmark functions for numerical optimization problems
jakobbossek/smoof
Single- and Multi-Objective Optimization Test Functions
sjvrijn/mf2
Collection of Multi-Fidelity benchmark functions
zaman13/Particle-Swarm-Optimization-Fortran-95
A Fortran 95 code for Particle Swarm Optimization. The code is general. The fitness function is defined in a separate file and can be replaced by any user defined fitness function.
Muradmustafayev-03/Optimisation-Algorithms
A collection of the most commonly used Optimisation Algorithms for Data Science & Machine Learning
rbalexan/BenchmarkFunctions.jl
A set of common benchmark functions for testing optimization algorithms in Julia
rajupaljiit/Meta-heuristic-Algorithms
This repository is used to implement and analyze nature inspired computing algorithms on various benchmark function. We also try to solve some real world problems by MHA.
ElkmanY/pso
This repository contains the standard Particle Swarm Optimization code (Matlab M-file) for optimizing the benchmark function.
chasebk/code_ISLO_ELM
A study on swarm intelligence optimizing neural networks for workload elasticity prediction
luclaurent/optiGTest
**optiGTest** is a MATLAB's toolbox which regroups many existing test functions used for studying the performance of approximation techniques and optimization strategy. In particular, gradient of the test functions are provided.
osmangokalp/CONTOPT-JS
Javascript implementations of some of the main metaheuristic algorithms for bound constraint single objective continuous optimization problems.
QiqiDuan257/evopt-lso
A pure-MATLAB library of EVolutionary (population-based) OPTimization for Large-Scale black-box continuous Optimization (evopt-lso).
ChristophBodenstein/TimeNETOptimizationEnvironment
Optimization environment for TimeNET
ElkmanY/hho
This repository contains the Harris Hawks Optimization code (matlab M-file) for optimizing the benchmark function.
mikediessner/benchfuncs
Benchmark functions to test optimisation algorithms.
ElkmanY/bmkfcn
A MATLAB toolkit of benchmark functions for numerical experiments of optimization.
sippathamm/BenchmarkFunction
Benchmark functions for validating optimization algorithm in C++
LaSEEB/openpso
An efficient, modular and multicore-aware framework for Particle Swarm Optimization
MohEsmail143/numerical-optimization-techniques
A set of Jupyter notebooks that investigate and compare the performance of several numerical optimization techniques, both unconstrained (univariate search, Powell's method and Gradient Descent (fixed step and optimal step)) and constrained (Exterior Penalty method).