Change Log Report

Total number of changed sets: 1

Changes between 2025-05-23 and 2025-06-23

Total commits: 1
Total number of files changed: 2

Timestamp Author Details
2025-06-14 20:37:04 Bruno Mahé <bruno@bmahe.net> gp/src/main/java/net/bmahe/genetics4j/gp/Operation.java v 10f3758fba90b577606e0208e26e1bdb26beb803
gp/src/main/java/net/bmahe/genetics4j/gp/OperationFactory.java v 10f3758fba90b577606e0208e26e1bdb26beb803

Add comprehensive javadoc documentation for core API classes

- Document core classes: Individual, Genotype, Population, Chromosome, BitChromosome, Fitness
- Add javadocs for GP module: Operation, OperationFactory
- Document MOO module: FitnessVector with Pareto dominance explanation
- Include detailed parameter descriptions, return values, and usage examples
- Add cross-references between related classes
- Explain design patterns, thread safety, and performance considerations

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>