stable-fluids
pybobyqa
stable-fluids | pybobyqa | |
---|---|---|
2 | 1 | |
202 | 78 | |
- | - | |
0.0 | 6.6 | |
about 3 years ago | 6 months ago | |
Python | Python | |
The Unlicense | GNU General Public License v3.0 only |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
stable-fluids
-
Fluid Simulation Clock with Raspberry Pi 4 and Python
For the lazy like me: https://github.com/GregTJ/stable-fluids
-
Unstable Flow
Created using a work-in-progress version of my Python based fluid simulator (unpublished, though the current version can be found here: https://github.com/GregTJ/stable-fluids)
pybobyqa
-
Gradient-Free-Optimizers A collection of modern optimization methods in Python
I've used this, and it works nicely: https://github.com/numericalalgorithmsgroup/pybobyqa. I'd be happy if it were added to your project, then I could just use yours and have access to a bunch of alternatives with the same API.
What are some alternatives?
pysph - A framework for Smoothed Particle Hydrodynamics in Python
prima - PRIMA is a package for solving general nonlinear optimization problems without using derivatives. It provides the reference implementation for Powell's derivative-free optimization methods, i.e., COBYLA, UOBYQA, NEWUOA, BOBYQA, and LINCOA. PRIMA means Reference Implementation for Powell's methods with Modernization and Amelioration, P for Powell.
Stable-Fluids - Real-time simulation of Stable Fluids, Jos Stam, SIGGRAPH 1999.
OMLT - Represent trained machine learning models as Pyomo optimization formulations
rpi-rgb-led-matrix - Controlling up to three chains of 64x64, 32x32, 16x32 or similar RGB LED displays using Raspberry Pi GPIO
Hyperactive - An optimization and data collection toolbox for convenient and fast prototyping of computationally expensive models.