# doc-cache created by Octave 6.4.0
# name: cache
# type: cell
# rows: 3
# columns: 2
# name: <cell-element>
# type: sq_string
# elements: 1
# length: 30
stk_get_optimizable_parameters


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 643
 STK_GET_OPTIMIZABLE_PARAMETERS [STK internal]

 CALL: VALUE = stk_get_optimizable_parameters (PARAM)

    returns the value of the 'optimizable_parameters' property of PARAM.

 NOTE:

    Numerical arrays are considered as a special kind of parameter object, for
    which the 'optimizable_parameters' property is taken to be PARAM(:).

 INTERNAL FUNCTION WARNING:

    This function is currently considered as internal.  STK users that wish to
    experiment with parameter classes can already overload it, but should be
    aware that API-breaking changes are likely to happen in future releases.

 See also: stk_set_optimizable_parameters



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 46
 STK_GET_OPTIMIZABLE_PARAMETERS [STK internal]



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 30
stk_set_optimizable_parameters


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 731
 STK_SET_OPTIMIZABLE_PARAMETERS [STK internal]

 CALL: PARAM = stk_set_optimizable_parameters (PARAM, VALUE)

    sets to VALUE the 'optimizable_parameters' property of PARAM.  The argument
    VALUE is expected to be a numerical vector of the appropriate length.

 NOTE:

    Numerical arrays are considered as a special kind of parameter object, for
    which the 'optimizable_parameters' property is taken to be PARAM(:).

 INTERNAL FUNCTION WARNING:

    This function is currently considered as internal.  STK users that wish to
    experiment with parameter classes can already overload it, but should be
    aware that API-breaking changes are likely to happen in future releases.

 See also: stk_get_optimizable_parameters



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 46
 STK_SET_OPTIMIZABLE_PARAMETERS [STK internal]





