Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
pkalivas committed Jan 8, 2025
1 parent 6bf1616 commit e7b7cb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radiate/src/engines/engine.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ where
}

/// Executes the genetic algorithm. The algorithm continues until a specified
/// stopping condition, 'limit', is met, such as reaching a target fitness score or
/// stopping condition, 'limit', is met, such as reaching a target fitness score or
/// exceeding a maximum number of generations. When 'limit' returns true, the algorithm stops.
pub fn run<F>(&self, limit: F) -> EngineContext<C, T>
where
Expand Down

0 comments on commit e7b7cb1

Please sign in to comment.