Gespeichert in:
| 1. Verfasser: | |
|---|---|
| Format: | Recurso digital |
| Sprache: | |
| Veröffentlicht: |
Zenodo
2026
|
| Online-Zugang: | https://doi.org/10.5281/zenodo.19208768 |
| Tags: |
Tag hinzufügen
Keine Tags, Fügen Sie den ersten Tag hinzu!
|
Inhaltsangabe:
- <p>SAMBA is a Python swarm optimizer designed to mimic the usability of scipy.optimize.minimize. In order to use, write</p> <p>from samba import minimize</p> <p>samba_results = minimize(.....)</p> <p>Make sure to define the keyword arguments for the objective function and mass function since these are parallelized.</p>