软件包:python3-mystic(0.4.3-2)
Constrained nonlinear optimization
The mystic framework provides a collection of optimization algorithms and tools that allows the user to more robustly (and easily) solve hard optimization problems for machine learning, uncertainty quantification and AI. mystic gives the user fine-grained power to both monitor and steer optimizations as the fit processes are running. Users can customize optimizer stop conditions, where both compound and user-provided conditions may be used. Optimizers can save state, can be reconfigured dynamically, and can be restarted from a saved solver or from a results file. All solvers can also leverage parallel computing, either within each iteration or as an ensemble of solvers.
mystic provides a stock set of configurable, controllable solvers with:
* a common interface * a control handler with: pause, continue, exit, and callback * ease in selecting initial population conditions: guess, random, etc * ease in checkpointing and restarting from a log or saved state * the ability to leverage parallel & distributed computing * the ability to apply a selection of logging and/or verbose monitors * the ability to configure solver-independent termination conditions * the ability to impose custom and user-defined penalties and constraints
mystic is part of pathos, a Python framework for heterogeneous computing.
其他与 python3-mystic 有关的软件包
|
|
|
|
-
- dep: python3
- 交互式高级面向对象语言(默认 python3 版本)
-
- dep: python3-dill (>= 0.3.9)
- Serialize all of Python 3 (almost)
-
- dep: python3-klepto (>= 0.2.6)
- Persistent caching to memory, disk or database
-
- dep: python3-matplotlib
- Python based plotting system in a style similar to Matlab
-
- dep: python3-mpmath
- library for arbitrary-precision floating-point arithmetic (Python3)
-
- dep: python3-numpy
- Fast array facility to the Python language (Python 3)
-
- dep: python3-sympy
- Computer Algebra System (CAS) in Python (Python 3)
-
- sug: python3-pathos
- Framework for heterogeneous parallel computing
-
- sug: python3-pyina
- MPI parallel map and cluster scheduling