GD

The gradient descent optimizer.

type bounds:

param bounds:

The bounds of the search space.

type bounds:

ndarray

type n_step:

param n_step:

The number of steps to take.

type n_step:

int

type step_size:

param step_size:

The step size of the gradient

type step_size:

float

type verbose:

param verbose:

Whether to print information about the optimization process.

type verbose:

bool