- 모든 .md, .html 파일 권한을 644로 정상화 - .gitignore 파일 권한도 644로 수정 - 문서 파일에 실행 권한은 불필요하고 보안상 바람직하지 않음 - deprecated 아이디어 폴더 생성 및 레벨별 UI 변경 아이디어 이동
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/
|