Struct rgsl::types::siman::SimAnnealingParams[][src]

pub struct SimAnnealingParams { /* fields omitted */ }

Implementations

These are the parameters that control a run of the simulated annealing algorithm. This structure contains all the information needed to control the search, beyond the energy function, the step function and the initial guess.

  • n_tries: The number of points to try for each step.
  • iters: The number of iterations at each temperature.
  • step_size: The maximum step size in the random walk.
  • k, t_initial, mu_t, t_min: The parameters of the Boltzmann distribution and cooling schedule.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.