Template Function cutting_plane_dc

Function Documentation

template<typename Oracle, typename Space, typename opt_type>
auto cutting_plane_dc(Oracle &&Omega, Space &&S, opt_type &&t, const Options &options = Options())

Cutting-plane method for solving convex problem.

Template Parameters
  • Oracle

  • Space

  • opt_type

Parameters
  • Omega[inout] perform assessment on x0

  • S[inout] search Space containing x*

  • t[inout] best-so-far optimal sol’n

  • options[in] maximum iteration and error tolerance etc.

Returns

Information of Cutting-plane method