GitHub topics: numerical-optimization
zanellia/feasible_sqp
A solver for nonlinear programming based on a sequential quadratic programming strategy with feasible intermediate iterates.
Language: NMODL - Size: 35.8 MB - Last synced at: 2 months ago - Pushed at: 4 months ago - Stars: 19 - Forks: 2

xhub/reshop
ReSHOP solver
Language: C - Size: 5.2 MB - Last synced at: 25 days ago - Pushed at: 25 days ago - Stars: 3 - Forks: 0

serdarozkan/TikTak
TikTak: A multistart global optimization algorithm
Language: Fortran - Size: 355 KB - Last synced at: 2 months ago - Pushed at: almost 2 years ago - Stars: 37 - Forks: 9

dcwuser/metanumerics
Meta.Numerics is library for advanced numerical computing on the .NET platform. It offers an object-oriented API for statistical analysis, advanced functions, Fourier transforms, numerical integration and optimization, and matrix algebra.
Language: C# - Size: 2.28 MB - Last synced at: 2 months ago - Pushed at: over 2 years ago - Stars: 103 - Forks: 30

igorjakus/nomad
Numerical Optimization, Mathematics and Automatic Differentiation library in OCaml!đ«
Language: OCaml - Size: 656 KB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

kul-optec/ForBES
Generic and efficient MATLAB solver for nonsmooth optimization problems
Language: MATLAB - Size: 23.4 MB - Last synced at: 2 months ago - Pushed at: 5 months ago - Stars: 27 - Forks: 11

sdpa-python/sdpa-multiprecision
Maintained fork of SDPA-GMP with an Application Binary Interface
Language: C++ - Size: 4.5 MB - Last synced at: 10 days ago - Pushed at: 5 months ago - Stars: 3 - Forks: 1

pineapple-bois/nonlinear-optimisation
Custom implementations of Newton-Raphson and Levenberg-Marquardt optimisation methods, benchmarked against BFGS from SciPy on challenging nonlinear functions.
Language: Jupyter Notebook - Size: 11.9 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

dmeoli/optiml
Optimizers for/and sklearn compatible Machine Learning models
Language: Python - Size: 483 MB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 9 - Forks: 4

VictoorV/Projet1_Cpp
Ce projet traite de la crĂ©ation dâune classe destinĂ©e Ă rĂ©soudre des systĂšmes linĂ©aires Ă lâaide de diffĂ©rentes mĂ©thodes.
Language: C++ - Size: 534 KB - Last synced at: 9 days ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

osqp/qdldl-python
Python interface to the QDLDL (https://github.com/osqp/qdldl) free LDL factorization routine for quasi-definite linear systems
Language: C - Size: 314 KB - Last synced at: 4 days ago - Pushed at: 6 days ago - Stars: 14 - Forks: 21

andrejajanja/taylor_compiler
LLVM based JIT for approximating numerical integrals on discrete number of samples
Language: Rust - Size: 259 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 2 - Forks: 0

AntonioRochaAZ/Basic-Optimization-Framework---FORTRAN-90
Small project for relearning FORTRAN 90 and studying optimization concepts. This project is a generic framework over which simple optimization methods can be built upon and run.
Language: Fortran - Size: 540 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

jacobwilliams/dfo
Unofficial mirror of DFO: https://projects.coin-or.org/Dfo
Language: Fortran - Size: 266 KB - Last synced at: 18 days ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 2

coatless-shiny/numerical-optimization
Demonstrate optimization
Language: R - Size: 17.6 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0

adowling2/DegeneracyHunter.jl
Optimization model diagnostic tools for Julia/JuMP
Language: Julia - Size: 64.5 KB - Last synced at: 2 months ago - Pushed at: over 6 years ago - Stars: 18 - Forks: 5

moranenzo/PY-Optimal-Transport-Median
This project is focused on defining a multivariate median for datasets where the median is not explicitly known. The methodology leverages optimal transport in discrete and semi-discrete settings, where a known distribution (e.g., a uniformly distributed spherical distribution) is transported to the target distribution.
Language: Jupyter Notebook - Size: 30.7 MB - Last synced at: 3 days ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

WolframResearch/GurobiLink
Wolfram Language interface to the Gurobi numerical optimization library
Language: C++ - Size: 18.5 MB - Last synced at: 2 months ago - Pushed at: almost 4 years ago - Stars: 24 - Forks: 3

RenauxNt/Numerical_optimzation_project
Project from the course of Numerical optimization at Uliege.
Language: Julia - Size: 2.13 MB - Last synced at: 5 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

EmbersArc/Epigraph
A C++ interface to formulate and solve linear, quadratic and second order cone problems.
Language: C++ - Size: 2.78 MB - Last synced at: 3 months ago - Pushed at: almost 4 years ago - Stars: 155 - Forks: 16

bay0/swarm
A flexible and efficient Particle Swarm Optimization (PSO) implementation in Go. This library provides a concurrent PSO algorithm with customizable parameters, suitable for solving a wide range of optimization problems.
Language: Go - Size: 5.86 KB - Last synced at: 3 months ago - Pushed at: 9 months ago - Stars: 1 - Forks: 0

mukappalambda/cg-go
Language: Go - Size: 9.77 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

grimme-lab/nlopt-f
Fortran bindings for the NLopt library
Language: Fortran - Size: 39.1 KB - Last synced at: about 1 month ago - Pushed at: almost 3 years ago - Stars: 29 - Forks: 7

alexandershaw4/aoptim
a gradient-based optimisation routine for highly parameterised non-linear dynamical models
Language: MATLAB - Size: 7 MB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 4 - Forks: 0

serhii-karelov/matpy
Fast matrix multiply with interface in Python. Implementation of ideas from BLIS projects. Educational.
Language: C - Size: 19.5 KB - Last synced at: 4 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

numericalalgorithmsgroup/pybobyqa
Python-based Derivative-Free Optimization with Bound Constraints
Language: Python - Size: 8.96 MB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 78 - Forks: 18

cu2mauro/RobinHood.jl
From various quivers of rank functions in supergravity backgrounds, use numerical optimization with Julia to solve the Nambu-Goto Wilson Loop and investigate confinement and screening
Language: Julia - Size: 5.26 MB - Last synced at: 3 months ago - Pushed at: 8 months ago - Stars: 1 - Forks: 0

foo-art/group_project_gam
R source code for my Group Project Essay on Generalised Additive Model
Language: R - Size: 2.92 MB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

VerHem/VerHem.github.io
Project page of VerHem FEM 18 componnets GL eqns solver project
Language: HTML - Size: 58.9 MB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

Beliavsky/Alan-Miller-Fortran
Classification of Alan Miller's Fortran codes for statistics and numerical methods
Size: 43 KB - Last synced at: 3 months ago - Pushed at: 10 months ago - Stars: 2 - Forks: 0

jeffreyguevaracorzo/MMA-Fortran
This repository contains the MMA developed by Prof. Svanberg programmed in Fortran, essentially an adaptation of the code originally presented in Matlab.
Language: Fortran - Size: 60.5 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 1 - Forks: 1

Demirrr/Fundamentals
During my research, I happen to enjoy implementing algorithms from scratch. Through Fundamentals, I like to share my experiences with others.
Language: Jupyter Notebook - Size: 46 MB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 5 - Forks: 2

mll-gh/DQGMRES.jl
modification of GMRES adapted from JuliaLinearAlgebra/IterativeSolvers.jl
Language: Julia - Size: 18.6 KB - Last synced at: 11 months ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

ajul/zerosum
Balances zero-sum games so that they have a specified Nash equilibrium.
Language: Python - Size: 2.29 MB - Last synced at: 11 months ago - Pushed at: over 7 years ago - Stars: 3 - Forks: 2

pbenner/autodiff
Autodiff is a numerical library for the Go programming language that supports automatic differentiation. It implements routines for linear algebra (vector/matrix operations), numerical optimization and statistics
Language: Go - Size: 7.86 MB - Last synced at: 3 months ago - Pushed at: over 3 years ago - Stars: 55 - Forks: 4

PhongDiii/Numerical-Method---Machine-Learning
This repository provide source algorithms and code in Matlab to solve academic problems in the student textbook.
Size: 55.8 MB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 3 - Forks: 0

arfin-parween/Numerical-Method-Numerical-Analysis-
Numerical methods are a collection of techniques used to find approximate solutions to mathematical problems that cannot be solved exactly. These methods are essential for tackling complex equations and models in various fields such as engineering, physics, and finance.
Size: 25.6 MB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

ltadeu6/python-numeric-optimization
environment for the development of numerical optimization codes in addition to some known methods already implemented
Language: Python - Size: 54.7 KB - Last synced at: 12 months ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

funnydman/BFGS-NelderMead-TrustRegion
Python implementation of some numerical (optimization) methods
Language: Python - Size: 16.6 KB - Last synced at: 3 months ago - Pushed at: over 4 years ago - Stars: 30 - Forks: 3

ipc-sim/IPC
Incremental Potential Contact (IPC) is for robust and accurate time stepping of nonlinear elastodynamics. IPC guarantees intersection- and inversion-free trajectories regardless of materials, time-step sizes, velocities, or deformation severity.
Language: C++ - Size: 163 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 532 - Forks: 72

tkoolen/Parametron.jl
Efficiently solving instances of a parameterized family of (possibly mixed-integer) linear/quadratic optimization problems in Julia
Language: Julia - Size: 339 KB - Last synced at: about 1 month ago - Pushed at: about 4 years ago - Stars: 73 - Forks: 7

rhunt04/fopt
A fortran project leveraging L-BFGS-B for simple optimisation.
Language: Fortran - Size: 7.81 KB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Beliavsky/Global_Optimization_Miller
Global optimization Fortran 95 code of Alan Miller, who translated a Fortran 77 code of Tibor Csendes
Language: Fortran - Size: 27.3 KB - Last synced at: 16 days ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 1

Abeermorshdy/Applied-Math
You will learn the math which is required to the field of AI and Data science
Language: Jupyter Notebook - Size: 2.96 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 2

shagye/c-sharp
Language: C# - Size: 45.6 MB - Last synced at: about 1 year ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

Dew-Research/DewLabStudio-NETFramework-Samples
Sample programs showing how to use Dew Lab Studio for .NET Framework 2.0-4.8. Samples use Winforms and Visual Studio .NET, but are applicable to WPF as well.
Language: C# - Size: 8.58 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 2

Dew-Research/DewLabStudio-NETCore-Samples
Sample programs showing how to use Dew Lab Studio for .NET Core 5.0 and newer. Samples use Winforms and Visual Studio .NET, but the "Core" edition of the library can run on all .NET Core supported platforms.
Language: C# - Size: 1.41 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 3 - Forks: 1

akiross/go-gsgp
Geometric Semantic Genetic Programming ported to Go
Language: Go - Size: 548 KB - Last synced at: about 1 year ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

nfherrin/OpenFSAM
An open source Fortran based simulated annealing utility
Language: Fortran - Size: 95.7 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 2

zequipe/test_compiler
A set of tools to test the applicability of compilers for a project of developing optimization solvers
Language: Fortran - Size: 777 KB - Last synced at: 2 days ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 1

ThomasFabula/SESES
Semiconductor Sensor Simulation
Language: TeX - Size: 44.4 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

FraJoMen/GA-cal
Fortran software for automatically calibrating constitutive laws using Genetic Algorithms optimization.
Language: Fortran - Size: 8.4 MB - Last synced at: 2 months ago - Pushed at: over 2 years ago - Stars: 4 - Forks: 2

vininjr/Numerical-Methods
Implementations of numerical methods
Language: C++ - Size: 16.6 KB - Last synced at: about 1 year ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

usnistgov/dye_dna_plates
Software and data associated with the article titled, "Binding, Brightness, or Noise? Extracting Temperature-dependent Properties of Dye Bound to DNA," Biophys. J. Accepted, (2023). doi:10.1016/j.bpj.2023.03.002
Language: Python - Size: 12.2 MB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

aanish-pradhan/WEATHER
R package for NOAA ensemble weather forecast calibration with a regression-based approach.
Language: R - Size: 1.36 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

harshabose/gradient_decent
A New Gradient Decent Algorithm with Secant Method Scaling and Finite Difference Derivatives. Faster, Smarter and Versatile
Language: C++ - Size: 385 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 5 - Forks: 0

suikei-wang/master-thesis
Suikei's Master thesis: Multiple Constraints and Non-regular Solution in Deep Declarative Network.
Language: TeX - Size: 19.6 MB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 0

pradeepsinngh/Numerical-Optimization-Notes
My notes and implementation of different numerical optimization algorithms.
Language: Jupyter Notebook - Size: 169 KB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

0xbadc0ff3/Global-optimization
A small utility project in Python whose purpose is to evaluate the global minimum of a given function, using a black box approach. Therefore there's no need to provide the analytic form, an actual implementation of the function is enough. Hypothesis: the given function satisfies the Lipschitz criterion, and an overextimation of L is given in input.
Language: Python - Size: 1000 Bytes - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

stefan-zobel/mallet-bfgs đŠ
Broyden-Fletcher-Goldfarb-Shanno optimization from the MALLET toolkit
Language: Java - Size: 46.9 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

savarsinha123/numerical-methods
This repo contains implementations of several numerical methods in MATLAB.
Language: MATLAB - Size: 1.5 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

ChenxingWang93/Math
My personal notes for learning math
Size: 843 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

fra99le/fnt
Numerical Toolbox
Language: C - Size: 342 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

ralna/MJDP_software
Optimization software by Professor M. J. D. Powell
Language: Fortran - Size: 622 KB - Last synced at: about 6 hours ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 5

quaternio/support-vector-madness
Homemade SVM dual problem solver
Language: Jupyter Notebook - Size: 402 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

DhruvJ22/Astrodynamics_Research
Investigation of CR3BP model. Implementation of vaious algorithms and numerical linear algebra. Production quality code.
Language: HTML - Size: 12.3 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 2

tudoroancea/tinyhpipm
a refactored, stripped down, opinionated version of HPIPM
Language: Assembly - Size: 2.14 MB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 5 - Forks: 1

Dew-Research/DewLabStudio-FireMonkey-Samples
Sample programs showing how to use Dew Lab Studio FMX for FireMonkey for RAD Studio, Delphi and C++ Builder.
Language: Pascal - Size: 2.13 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 2

rlax59us/Numerical_Optimization
Python Implementation and Visualization of Numerical Optimization Techniques
Language: Python - Size: 6.08 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

bchaoss/Numerical-Optimization
Numerical optimization algorithms with examples in Python.
Language: Jupyter Notebook - Size: 3.9 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

ray42/oomphlib
oomph-lib is an object-oriented, open-source finite-element library for the simulation of multi-physics problems. It is developed and maintained by Matthias Heil and Andrew Hazel of the School of Mathematics at The University of Manchester, along with many other contributors.
Language: C++ - Size: 469 MB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 5 - Forks: 0

gaffarelj/VKI_MarsABE
Project of the Short Training Program at the von Karman Institute. Study of the feasibility of using air-breathing engines for satellite altitude maintenance in very low Mars orbit.
Language: Python - Size: 3.65 GB - Last synced at: over 1 year ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 1

Hulalazz/A-_Guide_-to_Data_Sciecne_from_mathematics
It is a blueprint to data science from the mathematics to algorithms. It is not completed.
Language: HTML - Size: 27.9 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 47 - Forks: 18

amkatrutsa/optimization_course
A course on Optimization Methods
Language: Jupyter Notebook - Size: 104 MB - Last synced at: over 1 year ago - Pushed at: almost 3 years ago - Stars: 141 - Forks: 47

yyc9268/Numerical_optimization
Implementation of several local optimization methods
Language: MATLAB - Size: 507 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 1

mayataka/robotoc
Efficient optimal control solvers for robotic systems.
Language: C++ - Size: 361 MB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 216 - Forks: 34

mrtkp9993/NumericalAlgorithms.jl
[DEPRECATED] Statistics & Numerical algorithms implemented in Julia.
Language: Julia - Size: 438 KB - Last synced at: about 2 months ago - Pushed at: over 2 years ago - Stars: 12 - Forks: 2

mrtkp9993/Numerical-Methods-in-Fortran
[WIP] Numerical methods implemented in Fortran.
Language: Fortran - Size: 428 KB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 5 - Forks: 0

Beliavsky/Optimization-Codes-by-ChatGPT
numerical optimization subroutines in Fortran generated by ChatGPT-4
Language: Fortran - Size: 46.9 KB - Last synced at: 21 days ago - Pushed at: about 2 years ago - Stars: 5 - Forks: 0

kosticlab/aether
Intelligent and cost-effective bidding on cloud computing instances for bioinformatics pipelines.
Language: Python - Size: 23.6 MB - Last synced at: over 1 year ago - Pushed at: over 7 years ago - Stars: 13 - Forks: 2

usmanmehmood55/numerical_calculus
Example and test code for calculating derivatives and integrals
Language: C - Size: 24.4 KB - Last synced at: 4 months ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

AmitDonner/Circular-Structural-Model
The following includes all the MATLAB scripts necessary for implementing the algorithm described in the attached paper.
Language: MATLAB - Size: 3.4 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

j-tobias/Forward-Backward-Splitting
Implementation of Forward Backward Splitting Method
Language: Python - Size: 408 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

daveh19/PCPlasticity
Parallel-fibre to Purkinje cell plasticity simulator. Multiple optimisation functions incorporated to fit model to experimental data.
Language: C - Size: 92.8 KB - Last synced at: almost 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

S0852306/Surface-Fitting-Neural-Networks
Neural nets for high accuracy multivariable nonlinear regression and classification.
Language: MATLAB - Size: 7.76 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 4 - Forks: 1

aubin-tchoi/lasso_interior_points
Implementation of the interior points method applied to the LASSO problem.
Language: Jupyter Notebook - Size: 74.2 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

KumarAditya98/Neural-Network-Backpropagation-Optimization
A project on understanding the performance of various different backpropagation optimization techniques in neural networks.
Language: Python - Size: 62.5 MB - Last synced at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 1

howeverforever/Numerical-Optimization-Exp
Language: Jupyter Notebook - Size: 135 KB - Last synced at: almost 2 years ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

k0l1ka/Yahoo-problem
Language: Jupyter Notebook - Size: 1.61 MB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

rensor/fminslp
matlab based optimizer framework for Sequential Linear Programming (SLP) coupled with a global convergence filter
Language: MATLAB - Size: 111 KB - Last synced at: over 1 year ago - Pushed at: about 5 years ago - Stars: 4 - Forks: 1

PrinceOfCzechia/Bachelor-Thesis-Auxiliary-Code
I decided to upload all the code I've been writing for my bachelor thesis to have it accessible from anywhere and stored somewere safe.
Language: C++ - Size: 2.02 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

ajul/caliber
Camera calibration using rigidity constraints
Language: Matlab - Size: 0 Bytes - Last synced at: almost 2 years ago - Pushed at: over 9 years ago - Stars: 17 - Forks: 8

kul-optec/superscs Fork of cvxgrp/scs
Fast conic optimization in C
Language: C - Size: 51.1 MB - Last synced at: almost 2 years ago - Pushed at: almost 4 years ago - Stars: 27 - Forks: 10

atifali/hill-climbing
Numerical Optimization using "hill climbing" (aka Gradient Ascent)
Language: Matlab - Size: 406 KB - Last synced at: almost 2 years ago - Pushed at: over 8 years ago - Stars: 2 - Forks: 1

rsnemmen/OpenMP-examples
Simple OpenMP examples
Language: C - Size: 5.86 KB - Last synced at: almost 2 years ago - Pushed at: about 7 years ago - Stars: 2 - Forks: 1

vjain05/covid19_exploration
Example coronavirus cases forecasts and ODE-based simulations of infection spread
Language: Jupyter Notebook - Size: 2.69 MB - Last synced at: almost 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 1

8Altair/Methods-for-implementing-square-root-function
Square root function implementation in various languages.
Language: C++ - Size: 176 KB - Last synced at: almost 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

maxkapur/minimum_vertex_cover
Demo of GitHub CI workflow for PySCIPOpt
Language: Python - Size: 43 KB - Last synced at: 3 months ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

e-sensing/torchopt
R implementation of advanced optimizers for torch
Language: R - Size: 4.38 MB - Last synced at: 16 days ago - Pushed at: about 2 years ago - Stars: 26 - Forks: 5

ZINZINBIN/Tokamak-GS-solver
Grad-Shafranov equation solver for hydrostatic equilibrium in Tokamak plasma
Language: Jupyter Notebook - Size: 79.3 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0
