Gnm.SolverIterator¶
- Subclasses:
Methods¶
- Inherited:
- Structs:
class |
|
class |
|
|
Virtual Methods¶
- Inherited:
|
Properties¶
None
Signals¶
- Inherited:
Name |
Short Description |
---|---|
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent |
r |
Class Details¶
- class Gnm.SolverIterator(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new_gradient(isol)¶
- Parameters:
isol (
Gnm.IterSolver
) – the solver to operate on- Returns:
an iterator object that can be used to perform a gradient descent step.
- Return type:
- classmethod new_polish(isol)¶
- Parameters:
isol (
Gnm.IterSolver
) – the solver to operate on- Returns:
an iterator object that can be used to polish a solution by simple axis-parallel movement.
- Return type:
Signal Details¶
- Gnm.SolverIterator.signals.iterate(solver_iterator)¶
- Signal Name:
iterate
- Flags:
- Parameters:
solver_iterator (
Gnm.SolverIterator
) – The object which received the signal- Return type: