rbmatlab  1.16.09
 All Classes Namespaces Files Functions Variables Modules Pages
Functions
stepsize_quotient.m File Reference

function [model, t_opt, output] = stepsize_quotient(model, model_data, output, x, d, quot_step) More...

Go to the source code of this file.

Functions

function [ model
, t
, nr_fct
, output ] = 
stepsize_quotient (model, x, d, quot_step)
 function [model, t_opt, output] = stepsize_quotient(model, model_data, output, x, d, quot_step) More...
 

Detailed Description

function [model, t_opt, output] = stepsize_quotient(model, model_data, output, x, d, quot_step)

Definition in file stepsize_quotient.m.

Function Documentation

function [ model , t , nr_fct , output ] = stepsize_quotient (   model,
  x,
  d,
  quot_step 
)

function [model, t_opt, output] = stepsize_quotient(model, model_data, output, x, d, quot_step)

Parameters
modelmodel
xx
dd
quot_stepquot step
Return values
modelmodel
tt
nr_fctnr fct
outputoutput
Required fields of model:
  • verbose —  flag indicating the verbosity level of informative output
  • stepsize_coefficient —  stepsize coefficient
  • optimization.min_or_max —  optimization.min or max
  • optimization —  optimization
  • optimization.initial_stepsize —  optimization.initial stepsize

Definition at line 17 of file stepsize_quotient.m.