Core library for GenomicBreeding.jl which includes simulation functions.
julia --threads 2,1 --load test/interactive_prelude.jl
time julia test/cli_tester.jl
- Structs and main functions with title description, etc including Examples with doctests
- Methods, i.e. functions with the same names but different input types follow the usual Julia docstring pattern, i.e. the function signature, then some description, then details including parameter description, and finally examples with doctests