-
Updated
Jan 7, 2021 - C++
#
solvers
Here are 77 public repositories matching this topic...
THIS MIRROR IS DEPRECATED -- New url: https://gitlab.com/libeigen/eigen
a lightweight C++17 library of numerical optimization methods for nonlinear functions (Including L-BFGS-B for TensorFlow)
c-plus-plus
newton
cpp
tensorflow
optimization
matlab
solver
cpp14
eigen
mathematics
cpp11
mistakes
gradient-descent
optim
optimization-tools
solvers
optimization-algorithms
optimisation
gradient-computation
bfgs
lbfgs
numerical-optimization-methods
-
Updated
May 23, 2021 - C++
Core packages of the COMPAS framework.
-
Updated
Jul 16, 2021 - Python
Solvers for stochastic differential equations which connect with the scientific machine learning (SciML) ecosystem
random
stochastic
noise
differential-equations
adaptive
differentialequations
sde
stochastic-differential-equations
sode
ito
solvers
stochastic-processes
stratonovich
random-differential-equations
rode
rde
scientific-machine-learning
sciml
-
Updated
Jul 5, 2021 - Julia
Polyglot solutions for www.projecteuler.net mathematical challenges
python
clojure
haskell
elixir
lua
common-lisp
solver
mathematics
projecteuler
polyglot
solvers
contests
cplusplus-11
hackertoberfest
-
Updated
Nov 6, 2020 - Python
Simulation framework for nonsmooth dynamical systems
python
simulation
optimization
mcp
numerical-calculations
scientific-computing
impact
solvers
nonsmooth-dynamical-systems
complementarity-solvers
variational-inequality
bouncing-ball
siconos
-
Updated
Jul 20, 2021 - C++
Library for VLSI CAD Design Useful parsers and solvers' api are implemented.
-
Updated
Jul 15, 2021 - C++
Open
Testing
4
camUrban
commented
Mar 17, 2021
We should make sure that all the integration tests compare output against expected results. This means getting rid of all the "test_method_does_not_throw" tests.
We could also implement PyTests or some other methodology with a simpler syntax.
Open
GUI or CLI
Open
Setup Video
2
A C++ evolutionary computation framework to build parallel stochastic optimization solvers
algorithm
framework
cpp
optimization
parallelization
cpp17
evolutionary-algorithm
solvers
optimization-algorithms
metaheuristics
search-heuristics
paradiseo
-
Updated
Jul 21, 2021 - C++
Linear Programming for Rust, with an user-friendly API. This crate allows modeling LP problems, and let's you solve them with various solvers.
-
Updated
Jun 18, 2021 - Rust
NASOQ:Numerically Accurate Sparsity Oriented QP Solver
machine-learning
robotics
linear-algebra
scientific-computing
high-performance-computing
sparse-linear-systems
geometry-processing
physics-simulation
sparse-matrix
solvers
siggraph
quadratic-programming
model-predictive-control
shape-deformation
model-reconstruction
-
Updated
Jul 23, 2021 - C++
Delay differential equation solvers for the SciML scientific machine learning ecosystem
julia
dde
differential-equations
adaptive
differentialequations
delay-differential-equations
solvers
stiff
scientific-machine-learning
sciml
-
Updated
May 26, 2021 - Julia
This is a Julia package for a book project.
-
Updated
Jun 30, 2021 - Julia
Clapeyron (formerly OpenSAFT) provides a framework for the development and use of the Statistical Associating Fluid Theory (SAFT) family of equations.
-
Updated
Jul 20, 2021 - Julia
Kinematics and dynamics solvers and controllers.
-
Updated
Jul 19, 2021 - C++
This repository aim to provide with an easy-to-use library to solve non-linear systems of equations.
linq
interface
numerical-methods
solvers
newtonraphson
equation-solver
iteration-schemes
newton-raphson
newton-raphson-multivariable
newtons-method
non-linear-eigenproblem
arc-length
work-control
-
Updated
Sep 13, 2020 - C#
Constraint Satisfaction Problem Solver for Golang
go
golang
csp
solver
constraint-satisfaction-problem
constraint-programming
heuristic
solvers
arc-consistency
-
Updated
Mar 23, 2021 - Go
Python package with optimization algorithms, wrappers and tools.
-
Updated
Mar 28, 2020 - Python
My unofficial picat http://picat-lang.org/ repository
cross-platform
functional-programming
pattern-matching
prolog
constraint-programming
dynamic-programming
solvers
symbolic-computation
declarative-programming
-
Updated
May 5, 2021 - C
Easy-to-use wrapper for linear solver
-
Updated
Jun 22, 2021 - C++
Type-safe modelling DSL, symbolic transformation, and code generation for solving optimization problems.
machine-learning
haskell
optimization
edsl
symbolic
type-safety
solvers
symbolic-computation
type-level-programming
optimization-algorithms
symbolic-differentiation
lbfgs
ipopt
lbfgs-b
-
Updated
May 10, 2021 - Haskell
Heat Equation using different solvers (Jacobi, Red-Black, Gaussian) in C using different paradigms (sequential, OpenMP, MPI, CUDA) - Assignments for the Concurrent, Parallel and Distributed Systems course @ UPC 2013
performance
openmp
mpi
cuda
openmp-support
gaussian
heat-equation
mpi-applications
upc
jacobi
openmpi
solvers
openmp-applications
paradigms
cuda-support
gauss-seidel
openmp-parallelization
red-black
cpds-heat
cpds
-
Updated
May 22, 2019 - C
Adaptive stress testing of black-box systems within POMDPs.jl
-
Updated
Jun 25, 2021 - Julia
SMT solver from the ground up
-
Updated
Jul 22, 2021 - OCaml
emsr
commented
Dec 1, 2018
Make low degree solvers work with complex numbers.
If they don't already.
Improve this page
Add a description, image, and links to the solvers topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the solvers topic, visit your repo's landing page and select "manage topics."
When a
pybamm.Interpolantobject is created you can set theinterpolatorto "linear", "pchip" or "cubic spline" (default). When this node gets converted to casadi, the converted interpolator is always a spline. We should raise a warning if anInterpolantusing "linear" or "pchip" gets converted to casadi's interpolant so that users know it is switching to a spline.