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

Funcion sets the parameters that are to be optimized to the values given by x Also usable for optimization: function sets the parameters to x+t*d if t and d are given. More...

Go to the source code of this file.

Functions

function model = set_mu_to_optimize (model, x, varargin)
 Funcion sets the parameters that are to be optimized to the values given by x Also usable for optimization: function sets the parameters to x+t*d if t and d are given. More...
 

Detailed Description

Funcion sets the parameters that are to be optimized to the values given by x Also usable for optimization: function sets the parameters to x+t*d if t and d are given.

Definition in file set_mu_to_optimize.m.

Function Documentation

function model = set_mu_to_optimize (   model,
  x,
  varargin 
)

Funcion sets the parameters that are to be optimized to the values given by x Also usable for optimization: function sets the parameters to x+t*d if t and d are given.

x : the current setting of the parameters (should have the same length as there are ones in model.optimization.params_to_optimize, i.e. the number of parameters that are to be optimized)

optional
t : is stepsize d : the search direction (i.e. the gradient in gradient search)

Oliver Zeeb 07.06.10

Parameters
modelmodel
xx
vararginvarargin
Return values
modelmodel
Required fields of model:
  • model.mu_names —  field with the names of the paramters that are to be changed model.??? all the fields that are given in model.mu_names and are to be optimized
  • model.optimization.params_to_optimize —  which parameters are to be changed?
  • mu_ranges —  matrix storing the admissable ranges for parameter vector components. Each two dimensional column vector represents a range for a component specified by model.mu_names.

Definition at line 17 of file set_mu_to_optimize.m.

Here is the caller graph for this function: