29 Python real world optimization tutorials

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
  • fast-cma-es

    A Python 3 gradient-free optimization library

  • using Python you may get some inspiration here: https://github.com/dietmarwo/fast-cma-es/blob/master/tutorials/Tutorials.adoc

  • ExpensiveOptimBenchmark

    Benchmarking Surrogate-based Optimisation Algorithms on Expensive Black-box Functions

  • For the problems with continous decision variables it is not trivial to come up with faster approaches on a modern many-core CPU. But even with discrete input (scheduling and planning) new continous optimizers can compete. The trick is to utilize parallel optimization runs and numba to perform around 1E6 fitness evaluations each second. Advantage is that it is much easier to create a fitness function than for instance to implement incremental score calculation in Optaplanner. And it is more flexible if you have to handle non-standard problems. For very expensive optimizations (like https://github.com/AlgTUDelft/ExpensiveOptimBenchmark) parallelization of fitness evaluation is more important than to use surrogate models.

  • 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
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

  • Optimization problem with complex constrain

    1 project | /r/optimization | 27 Mar 2023
  • what methods can be used to solve a TP-BVP with variable control?

    3 projects | /r/optimization | 17 Feb 2023
  • Quality Diversity Optimization for Expensive Simulations

    1 project | /r/optimization | 15 Dec 2022
  • New Fast Python CVT MAP-Elites + CMA-ES implementation

    1 project | /r/optimization | 7 Nov 2022
  • Performance of Evolutionary Algorithms for Machine Learning

    3 projects | /r/optimization | 27 Sep 2022