Docs.rs
  • neuralneat-0.3.0
    • neuralneat 0.3.0
    • Permalink
    • Docs.rs crate page
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • bhearsum
    • Dependencies
      • env_logger ^0.10.0 normal
      • log ^0.4.19 normal
      • petgraph ^0.6.3 normal
      • rand ^0.8.5 normal
      • serde ^1.0.171 normal
      • serde_json ^1.0.103 normal
    • Versions
    • 61.11% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • Rust
    • About docs.rs
    • Privacy policy
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

neuralneat0.3.0

Crate Items

  • Structs
  • Constants
  • Functions
  • Type Aliases

List of all items

Structs

  • Genome
  • GenomeStats
  • Pool
  • PoolStats
  • Species
  • SpeciesStats
  • Trainer
  • evaluation::TrainingData

Functions

  • evaluation::basic_eval
  • evaluation::sigmoid

Type Aliases

  • evaluation::ActivationFn
  • evaluation::EvaluationFn

Constants

  • defaults::DEFAULT_AGE_SIGNIFICANCE
  • defaults::DEFAULT_CONNECTION_MUTATION_CHANCE
  • defaults::DEFAULT_CROSSOVER_CHANCE
  • defaults::DEFAULT_DISABLE_NODE_MUTATION_CHANCE
  • defaults::DEFAULT_DISJOINT_COEFFICIENT
  • defaults::DEFAULT_DROPOFF_AGE
  • defaults::DEFAULT_ENABLE_NODE_MUTATION_CHANCE
  • defaults::DEFAULT_EXCESS_COEFFICIENT
  • defaults::DEFAULT_MATE_ONLY_RATE
  • defaults::DEFAULT_MUTATE_ONLY_RATE
  • defaults::DEFAULT_NODE_MUTATION_CHANCE
  • defaults::DEFAULT_PERTURB_CHANCE
  • defaults::DEFAULT_POPULATION_SIZE
  • defaults::DEFAULT_SPECIES_THRESHOLD
  • defaults::DEFAULT_SURVIVAL_THRESHOLD
  • defaults::DEFAULT_WEIGHT_DIFF_COEFFICIENT
  • defaults::DEFAULT_WEIGHT_MUTATION_CHANCE
  • defaults::DEFAULT_WEIGHT_STEP_SIZE