The Evolutionary Computation Methods No One Should Use

This page summarizes the projects mentioned and recommended in the original post on /r/optimization

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • BayesOpt

    BayesOpt: A toolbox for bayesian optimization, experimental design and stochastic bandits.

  • Very interesting to see how wide spread this is. Stumbled upon it myself by accident when comparing my algorithm to a popular Bayesian optimisation algorithm (https://github.com/rmcantin/bayesopt). Almost every run it would sample the exact centre of the optimisation space. At first I was blown away by the performance until I found it suspicious that the precise optimum was found so often. Shifting the optimum away from the centre greatly reduced the algorithms performance.

  • VTMOP

    Solver for Blackbox Multiobjective Optimization Problems

  • I wrote a modified DTLZ set in Fortran while evaluating the methods for my PhD thesis (https://github.com/vtopt/VTMOP) so that the solutions will be slightly offset (I think by like 0.2)

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • parmoo

    Python library for parallel multiobjective simulation optimization

  • Then another modified DTLZ set in Python so that the solutions will have a configurable location here (https://github.com/parmoo/parmoo)

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Multi objective optimization problems

    1 project | /r/optimization | 14 Mar 2023
  • Bayesian optimization research

    1 project | /r/BayesianOptimization | 3 Jan 2023
  • Llama.cpp 30B runs with only 6GB of RAM now

    14 projects | news.ycombinator.com | 31 Mar 2023
  • for those of you who want to apply to kelloggs, MS Edge auto fills 90% of the form after you fill it once.

    4 projects | /r/antiwork | 9 Dec 2021
  • A new Constraint Solver in Python for the vehicle routing problem (VRP), TSP, employee rostering, school timetabling, ...: OptaPy (open source)

    3 projects | /r/Python | 6 Oct 2021