Accord.Math.Optimization.TrustRegionNewtonMethod.Optimize C# (CSharp) Method

Optimize() protected method

Implements the actual optimization algorithm. This method should try to minimize the objective function.
protected Optimize ( ) : bool
return bool
        protected override bool Optimize()
        {
            tron(Solution);

            return true;
        }