simulated-annealing
CommunityEscape local optima with adaptive simulated annealing.
Data & Analytics#optimization#simulated-annealing#global-optimization#metaheuristic#parameter-tuning#stochastic-search
AuthorSPIRAL-EDWIN
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Simulated Annealing provides a robust approach for finding near-optimal solutions in complex, multimodal optimization landscapes where gradient information is unavailable or unreliable.
Core Features & Use Cases
- Global optimization for continuous, non-convex functions.
- Flexible neighbor generation (Gaussian, Uniform, Cauchy) and multiple cooling schedules.
- Suitable for parameter tuning, design optimization, and black-box problem solving.
Quick Start
Create a SimulatedAnnealing instance with your objective function and variable bounds, then call optimize to obtain the best solution. For example, import SimulatedAnnealing, define an objective and bounds, and run: sa = SimulatedAnnealing(objective, bounds); result = sa.optimize()
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: simulated-annealing Download link: https://github.com/SPIRAL-EDWIN/MCM-ICM-2601000/archive/main.zip#simulated-annealing Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.