- creativity: 창의성 및 계산 창의성 연구 (11개) - economy: 경제 원리 및 토큰 이코노미 (11개) - explainability: 설명 가능한 AI (XAI) 연구 (11개) - gamification: 게이미피케이션 이론 (11개) - sociology_of_agents: 에이전트 사회학 (11개) - README.md 업데이트
7 lines
613 B
Markdown
7 lines
613 B
Markdown
# An Introduction to Genetic Algorithms
|
|
|
|
- **Author**: Melanie Mitchell
|
|
- **Year**: 1996
|
|
- **Summary**: This book provides a clear introduction to genetic and evolutionary algorithms. It explains the basic principles of representing solutions as 'chromosomes', defining a fitness function, and applying operators like crossover and mutation. It shows how these algorithms can be used to find novel solutions to complex problems in a way that mimics natural evolution, making it a key technique in computational creativity.
|
|
- **Link**: https://mitpress.mit.edu/9780262631853/an-introduction-to-genetic-algorithms/
|