Auto-sync: update nexus workspace

This commit is contained in:
2026-04-28 07:26:52 +08:00
parent b83b4e3105
commit 3224ec4787
436 changed files with 17107 additions and 15920 deletions

View File

@@ -1,23 +1,24 @@
---
title: "Genetic Algorithm"
type: concept
tags: []
sources: []
last_updated: 2026-04-25
---
# Genetic Algorithm
## 定义
遗传算法——传统机器学习中基于自然选择和遗传机制的优化算法,是[[Tree-of-Thoughts]]和[[Knock-out-Pattern]]的ML理论根源。
## 核心要素
1. **遗传表示**Genetic Representation解决方案域的编码模型+上下文)
2. **适应度函数**Fitness Function评估解决方案质量的函数(淘汰赛裁判
## 在多智能体系统中的应用
- [[Knock-out-Pattern]]是遗传算法的精简实现——将适应度函数替换为验证器Validator
- [[Tree-of-Thoughts]]通过验证器持续筛选Agent分支可结合赢家的特征重组生成新Agent
## 来源
- [[multi-agent-system-reliability]]
---
title: "Genetic Algorithm"
type: concept
tags: []
sources:
- multi-agent-system-reliability
last_updated: 2026-04-28
---
# Genetic Algorithm
## 定义
遗传算法——传统机器学习中基于自然选择和遗传机制的优化算法,是[[Tree-of-Thoughts]]和[[Knock-out-Pattern]]的ML理论根源。
## 核心要素
1. **遗传表示**Genetic Representation解决方案域的编码(模型+上下文
2. **适应度函数**Fitness Function评估解决方案质量的函数淘汰赛裁判
## 在多智能体系统中的应用
- [[Knock-out-Pattern]]是遗传算法的精简实现——将适应度函数替换为验证器Validator
- [[Tree-of-Thoughts]]通过验证器持续筛选Agent分支可结合赢家的特征重组生成新Agent
## 来源
- [[multi-agent-system-reliability]]