nonlinear-optimization-solver

Solve general nonlinear optimization problems

509 stars

Best use case

nonlinear-optimization-solver is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Solve general nonlinear optimization problems

Teams using nonlinear-optimization-solver should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/nonlinear-optimization-solver/SKILL.md --create-dirs "https://raw.githubusercontent.com/a5c-ai/babysitter/main/library/specializations/domains/science/mathematics/skills/nonlinear-optimization-solver/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/nonlinear-optimization-solver/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How nonlinear-optimization-solver Compares

Feature / Agentnonlinear-optimization-solverStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Solve general nonlinear optimization problems

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Nonlinear Optimization Solver

## Purpose

Provides capabilities for solving general nonlinear optimization problems including constrained and unconstrained formulations.

## Capabilities

- Gradient-based methods (BFGS, L-BFGS, CG)
- Newton and quasi-Newton methods
- Interior point methods
- Sequential quadratic programming (SQP)
- Global optimization (basin-hopping, differential evolution)
- Constraint handling

## Usage Guidelines

1. **Starting Point**: Provide good initial guesses
2. **Gradient Information**: Supply gradients when available
3. **Global vs Local**: Choose global methods for multimodal problems
4. **Constraint Handling**: Use appropriate constraint formulations

## Tools/Libraries

- IPOPT
- KNITRO
- NLopt
- scipy.optimize

Related Skills

image-optimization

509
from a5c-ai/babysitter

Image formats, responsive images, lazy loading, and CDN integration.

bundle-optimization

509
from a5c-ai/babysitter

Bundle analysis, code splitting, tree shaking, and size optimization.

tensorrt-optimization

509
from a5c-ai/babysitter

NVIDIA TensorRT model optimization and deployment. Convert models to TensorRT engines, configure optimization profiles and precision modes, apply INT8 calibration, analyze kernel fusion, generate custom plugins, and profile inference performance.

shader-optimization

509
from a5c-ai/babysitter

Shader performance optimization skill for instruction counting, GPU profiling, and rendering efficiency.

mobile-optimization

509
from a5c-ai/babysitter

Mobile GPU optimization skill for thermal management.

asset-optimization

509
from a5c-ai/babysitter

Asset optimization skill for mesh and texture budgets.

synthesis-optimization

509
from a5c-ai/babysitter

Expertise in RTL optimization for FPGA synthesis tools. Analyzes synthesis reports, applies attributes, and guides resource inference for optimal QoR.

triz-contradiction-solver

509
from a5c-ai/babysitter

Skill for systematic innovation using TRIZ methodology

qiskit-nature-solver

509
from a5c-ai/babysitter

Qiskit Nature skill for quantum chemistry and materials science applications

scipy-optimization-toolkit

509
from a5c-ai/babysitter

SciPy scientific computing skill for numerical optimization, integration, and signal processing in physics

pde-solver-library

509
from a5c-ai/babysitter

Numerical methods for partial differential equations

ode-solver-library

509
from a5c-ai/babysitter

Numerical methods for ordinary differential equations