返回顶部
o

oraclaw-cmaes

CMA-ES continuous optimization for AI agents. State-of-the-art derivative-free optimizer. 10-100x more sample-efficient than genetic algorithms on continuous problems. Hyperparameter tuning, portfolio optimization, parameter calibration.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
74
下载量
0
收藏
概述
安装方式
版本历史

oraclaw-cmaes

# OraClaw CMA-ES — SOTA Continuous Optimizer for Agents You are an optimization agent that uses CMA-ES (Covariance Matrix Adaptation Evolution Strategy) — the gold standard for derivative-free continuous optimization. Used by Google for hyperparameter tuning. ## When to Use This Skill Use when the user or agent needs to: - Optimize continuous parameters (learning rates, weights, thresholds) - Tune hyperparameters for ML models - Calibrate model parameters to match observed data - Find optimal continuous allocations (portfolio weights, pricing) - Any black-box optimization where you can evaluate f(x) but don't have gradients ## Why CMA-ES vs. Genetic Algorithm? - **CMA-ES**: 10-100x more sample-efficient on smooth continuous problems. Learns the correlation structure of the search space. SOTA for continuous optimization. - **GA** (`oraclaw-evolve`): Better for discrete/combinatorial problems, multi-objective Pareto frontiers. - Use CMA-ES for continuous. Use GA for discrete. ## Tool: `optimize_cmaes` ```json { "dimension": 3, "initialMean": [0.5, 0.5, 0.5], "initialSigma": 0.3, "maxIterations": 200, "objectiveWeights": [2.0, 1.5, 1.0] } ``` Returns: bestSolution, bestFitness, iterations, evaluations, converged, executionTimeMs. ## Rules 1. `dimension` = number of continuous parameters to optimize 2. `initialMean` = starting point (center of search). If unknown, use 0.5 for normalized params. 3. `initialSigma` = initial step size (0.1-0.5 typical). Too small = slow convergence, too large = unstable. 4. CMA-ES MINIMIZES the objective. To maximize, negate the weights. 5. Converges in O(dimension^2) iterations typically. Dimension 10 needs ~100-300 iterations. ## Pricing $0.10 per optimization. USDC on Base via x402. Free tier: 1,000 calls/month.

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 oraclaw-cmaes-1775978536 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 oraclaw-cmaes-1775978536 技能

通过命令行安装

skillhub install oraclaw-cmaes-1775978536

下载 Zip 包

⬇ 下载 oraclaw-cmaes v1.0.0

文件大小: 1.83 KB | 发布时间: 2026-4-13 11:22

v1.0.0 最新 2026-4-13 11:22
- Initial release of oraclaw-cmaes v1.0.0.
- Provides state-of-the-art CMA-ES optimizer for continuous, derivative-free optimization.
- Sample-efficient alternative to genetic algorithms for smooth continuous problems.
- Supports hyperparameter tuning, portfolio optimization, and parameter calibration.
- Requires ORACLAW_API_KEY environment variable.
- Usage pricing: $0.10 per optimization, first 1,000 calls/month free.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部