InertiaWeightSchedule

abstract class InertiaWeightSchedule(initialInertia: Double) : InertiaWeightScheduleIfc(source)

Abstract base class for inertia-weight schedules.

Parameters

initialInertia

the starting inertia weight. Must be finite and positive.

Inheritors

Constructors

Link copied to clipboard
constructor(initialInertia: Double)

Properties

Link copied to clipboard
open override var initialInertia: Double

The starting inertia weight (the value at iteration 0). Must be positive.