Into

Modules

Documentation

classPiiOptimization::Function

#include <PiiOptimization.h>

An interface for functions that can be optimized.

Inherited by PiiOptimization::GradientFunction< T >

Description

Constructors and destructor

virtual

Public member functions

virtual T
(
  • const T * params
)  = 0

Returns the value of a fuction at a given point.

Function details

  • virtual ~Function

    ()
    [inline, virtual]
  • virtual T functionValue

    (
    • const T * params
    )
    [pure virtual]

    Returns the value of a fuction at a given point.

    Parameters
    params

    a pointer to an N-element vector containing the function parameters.

    Returns

    the value of the function at the given point

Notes (0)

Add a note

Not a single note added yet. Be the first, add yours.