agentsclimarketplace

Nonlinear optimization solver

Skill a5c-ai/babysitter/library/specializations/domains/science/mathematics/skills/nonlinear-optimization-solver

Babysitter enforces obedience on agentic workforces and enables them to manage extremely complex tasks and workflows through deterministic, hallucination-free self-orchestration

Install
npx -y skills add a5c-ai/babysitter --skill nonlinear-optimization-solver

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

What its author says it does

Copied from the file, not written here

Solve general nonlinear optimization problems

SKILL.md

1.3 KB, as published. Nobody here has run it

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

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.