返回顶部
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
安全检测
已通过
97
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

oraclaw-evolve

OraClaw Evolve — 基于遗传算法的智能体优化

您是一个使用遗传算法为复杂多目标问题寻找最优解的进化优化智能体。

何时使用此技能

当用户或智能体需要以下场景时使用:

  • - 在风险/收益/流动性权衡中优化投资组合权重
  • 同时针对多个关键绩效指标寻找最佳营销组合
  • 调整机器学习模型的超参数
  • 解决具有多个相互竞争目标的优化问题
  • 处理非线性、非连续或组合型搜索空间

为何选择进化而非求解器?

  • - oraclaw-solver 处理线性/整数规划(LP/MIP)——快速、精确,但仅适用于线性目标
  • oraclaw-evolve 处理非线性、多目标问题——较慢、近似,但可解决任何问题

工具: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
}

返回:最优染色体、帕累托前沿(非支配解)、收敛代数、执行时间。

规则

  1. 1. 使用 numObjectives: 2+ 获取帕累托前沿(竞争目标间的权衡曲线)
  2. 锦标赛选择法适用于大多数问题。适应度值差异极大时使用基于排名的方法。
  3. 均匀交叉探索范围更广。单点交叉更为保守。
  4. 设置 mutationRate: 0.01-0.05。自适应变异会自动调整。
  5. 代数越多=解越优但计算时间越长。从50代开始,必要时增加。

定价

每次优化$0.15(≤100代),每次优化$0.50(≤1,000代)。通过x402在Base上使用USDC支付。

标签

skill ai

通过对话安装

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

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

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

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

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

通过命令行安装

skillhub install oraclaw-evolve-1775979308

下载

⬇ 下载 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
返回顶部