Categories
- Conferences (3)
- education (10)
- Fun (58)
- Meta (12)
- Open Access (10)
- Open Data (13)
- open science (34)
- Policy (48)
- Science (135)
- Software (633)
- Acoustics (3)
- Engineering (1)
- Physical (1)
- Speech Communication (2)
- Structural (1)
- Anthropology and Archaeology (3)
- Artificial Life (9)
- Astronomy (21)
- Aviation and Aeronautics (2)
- Chemistry (131)
- Analytical (4)
- Atmospheric (1)
- Biochemistry (6)
- Biophysical (3)
- Chemical Information (3)
- Crystallography (2)
- Electrochemistry (1)
- Molecule Viewers and Editors (39)
- Organic (2)
- Synthesis (1)
- Periodic Tables (3)
- Physical (1)
- Kinetics (1)
- Polymers (1)
- Spectroscopy (9)
- NMR (5)
- Surfaces (1)
- Theoretical and Computational (45)
- Cognitive Science (3)
- Neural Networks (2)
- Complex Systems (2)
- Computer Science (22)
- Algorithms And Computational Theory (2)
- Artificial Intelligence (4)
- Data Communication (4)
- Information Retrieval (1)
- Knowledge Discovery and Data Mining (3)
- Languages (1)
- Fortran (1)
- Measurement and Evaluation (1)
- Simulation and Modeling (2)
- Software Engineering (2)
- Symbolic and Algebraic Manipulation (1)
- Earth Sciences (19)
- Geology and Geophysics (5)
- Hydrology (5)
- Meteorology (1)
- Oceanography (3)
- Energy (3)
- Engineering (24)
- Forensics (2)
- Geography (12)
- Information Technology (1)
- Life Sciences (60)
- Bioinformatics (34)
- Ecology (5)
- Evolution and Population Genetics (3)
- Statistical (1)
- Theoretical (1)
- Genetics (9)
- Population (1)
- Medical Sciences (7)
- Physiology (2)
- Linguistics (2)
- Mathematics (108)
- Abstract Algebra (9)
- Combinatorics (1)
- Differential Equations (17)
- Fluid Dynamics (7)
- Ordinary (3)
- Partial (7)
- Dynamical Systems (4)
- Education (1)
- Geometry (3)
- Linear Algebra (26)
- Number Theory (6)
- Numerical Methods (5)
- Optimization (12)
- Probability (1)
- Set Theory (1)
- Statistics (8)
- Topology (1)
- Measurements and Units (3)
- Nanotechnology (2)
- Physics (30)
- Astrophysics (1)
- Atomic and Molecular (1)
- Computational (2)
- Condensed Matter (4)
- Dynamics (2)
- Fluid (1)
- High Energy (4)
- Magnetism (1)
- Materials (1)
- Nuclear (4)
- Optics (5)
- Plasma (1)
- Required Reading and Other Sites (25)
- Space (3)
- Tools (56)
- Numerical Libraries (8)
- Random Number Generators (2)
- Visualization (18)
- 2D Plotting (8)
- 3D Plotting (2)
- Acoustics (3)
- Uncategorized (4)
OpenScience / Software / Mathematics / Optimization
DAKOTA
Dakota is a freely available software framework for large-scale engineering optimization and uncertainty analysis. The Dakota toolkit provides a flexible, extensible interface between analysis codes and iterative systems analysis methods. Dakota contains algorithms for: optimization with gradient and nongradient-based methods; … Continue reading
Posted in Optimization, Software
Leave a comment
OpenOpt
Universal cross-platform (Win, Linux, Mac OS) Python-written numerical optimization toolbox. License: new BSD. Problems: NLP, LP, QP, SDP, SOCP, DFP(Non-linear Data Fit), NSP(nonsmooth), MILP, LSP, LLSP, MMP, GLP, MINLP etc. Connects to dozens of solvers (some are C- or Fortran-written). … Continue reading
Posted in Optimization
Leave a comment
LOPTI is mathematical optimization open source C++ library (mostly derivative-free)
There are three major parts. 1st and main part is solver-driver which either wraps external solver or uses LOPTI native solvers and presents to library user consistent and simple optimization API. 2nd part is collection of solvers. Currently 4 solvers … Continue reading
Posted in Optimization
Leave a comment
EASY!
EASY! is an easy to use fortran code for constrained and unconstrained non-linear optimization. Very large problems can be handled. Find EASY! at: http://www.ime.unicamp.br/~martinez/software.html
Posted in Optimization
Leave a comment
LP_Solve
What is lp_solve and what is it not? The simple answer is, lp_solve is a Mixed Integer Linear Programming (MILP) solver. It is a free (see LGPL for the GNU lesser general public license) linear (integer) programming solver based on … Continue reading
Posted in Optimization
Leave a comment
GOBLIN Graph Library
A C++ library on graph optimization. The GUI includes a graph editor and can be used to run and to visualize the library algorithms. Find GOBLIN Graph Library at: http://www.math.uni-augsburg.de/opt/goblin.html
Posted in Optimization
Leave a comment
COIN-OR
The Computational Infrastructure for Operations Research (COIN-OR) project is an initiative to spur the development of open-source software for the operations research community. Projects include linear and nonlinear optimization solvers and a tabu search framework. Find COIN-OR at: http://www.coin-or.org/
Posted in Optimization
Leave a comment
GLPK
GLPK (GNU Linear Programming Kit) is intended for solving large-scale linear programming (LP), mixed integer programming (MIP), and other related problems. It is a set of routines written in ANSI C and organized in the form of a callable library. … Continue reading
Posted in Optimization
Leave a comment
QUALEX-MS
QUick ALmost EXact Maximum Weight Clique/Independent Set Solver based on the Motzkin-Straus QP formulation Find QUALEX-MS at: http://www.stasbusygin.org/
Posted in Optimization
Leave a comment
StarFLIP++
A reusable iterative optimization library for combinatorial problems with fuzzy constraints Find StarFLIP++ at: http://www.dbai.tuwien.ac.at/proj/StarFLIP/
Posted in Optimization
Leave a comment