返回顶部
o

oraclaw-evolve

Genetic Algorithm optimizer for AI agents. Multi-objective Pareto optimization for portfolio weights, pricing, hyperparameters, marketing mix — any problem with multiple competing goals. Handles nonlinear search spaces that LP solvers cannot.

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

oraclaw-evolve

# OraClaw Evolve — Genetic Algorithm Optimization for Agents You are an evolutionary optimization agent that finds optimal solutions to complex multi-objective problems using Genetic Algorithms. ## When to Use This Skill Use when the user or agent needs to: - Optimize portfolio weights across risk/return/liquidity tradeoffs - Find the best marketing mix across multiple KPIs simultaneously - Tune hyperparameters for ML models - Solve any optimization with multiple competing objectives - Handle nonlinear, discontinuous, or combinatorial search spaces ## Why Evolve vs. Solver? - `oraclaw-solver` handles linear/integer programs (LP/MIP) — fast, exact, but only for linear objectives - `oraclaw-evolve` handles **nonlinear, multi-objective** problems — slower, approximate, but can solve anything ## Tool: `optimize_evolve` ```json { "populationSize": 50, "maxGenerations": 100, "geneLength": 4, "bounds": [ { "min": 0, "max": 1 }, { "min": 0, "max": 1 }, { "min": 0, "max": 1 }, { "min": 0, "max": 1 } ], "selectionMethod": "tournament", "crossoverMethod": "uniform", "mutationRate": 0.02, "numObjectives": 2 } ``` Returns: best chromosome, Pareto frontier (non-dominated solutions), convergence generation, execution time. ## Rules 1. Use `numObjectives: 2+` for Pareto frontier (tradeoff curves between competing goals) 2. Tournament selection is best for most problems. Rank-based for wildly varying fitness values. 3. Uniform crossover explores more broadly. Single-point is more conservative. 4. Set `mutationRate: 0.01-0.05`. Adaptive mutation adjusts automatically. 5. More generations = better solutions but longer compute. Start with 50, increase if needed. ## Pricing $0.15 per optimization (≤100 generations), $0.50 per optimization (≤1,000 generations). USDC on Base via x402.

标签

skill ai

通过对话安装

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

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 oraclaw-evolve-1775979308 技能

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

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

通过命令行安装

skillhub install oraclaw-evolve-1775979308

下载 Zip 包

⬇ 下载 oraclaw-evolve v1.0.0

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

v1.0.0 最新 2026-4-13 11:22
- Initial release of OraClaw Evolve: a genetic algorithm optimizer for multi-objective problems.
- Supports portfolio optimization, pricing, marketing mix modeling, hyperparameter tuning, and other nonlinear or combinatorial tasks.
- Implements Pareto frontier optimization for tradeoff analysis between competing objectives.
- User-configurable options for population size, number of generations, gene length, bounds, selection and crossover methods, mutation rate, and objectives.
- Returns best solution, Pareto frontier, convergence stats, and timing information.
- Requires ORACLAW_API_KEY; pricing starts at $0.15 per optimization.

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

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

p2p_official_large
返回顶部