Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.
Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
Create free account
$300 in Free Credit Towards Top Cloud Services
Build VMs, containers, AI, databases, storage—all in one place.
Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
NOMAD is a C++ code that implements the MADS algorithm (Mesh Adaptive Direct Search) for difficult blackbox optimization problems. Such problems occur when the functions to optimize are costly computer simulations with no derivatives.
C++ templates with generic nonlinearoptimization algorithms
Highly tunable, simple to use collection of the templates, containing a set of classes for solving unconstrained large scale nonlinearoptimization problems. Currently it contains:
-- Limited Memory Quasi Newton (L-BFSG)
-- BFSG
-- Conjugate Gradient
-- Gradient Descent
-- Wolf condition Line Search
-- Backtracking Line Search
-- Exact Golden Search
-- Golden Search with Wolf condition
We also distribute a set of tests with the library.
...MTL was used to build a 3d Scanner.
MTL consists of pars
B - Basic Functions, Matrices, Images, Hypermodels (3d Models and up)
N - Numeric Functions ranging from linear regression over nonlinearoptimization to singular-value computation
I - Image filters and Image enhancement
H - Hardware related (optional part), does require additional libraries and is only useful on certain hosts.
G - Hyper-Model functions such as ray-plane intersections etc.