RegistrationState

scalismo.registration.Registration.RegistrationState
case class RegistrationState(value: Double, parameters: DenseVector[Double], optimizerState: State)

Representation of the current state of the registration.

Attributes

optimizerState,

more detailed information regarding the used optimizer.

parameters

The current parameters

value

The current value of the cost function

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product