edu.stanford.nlp.optimization
Interface HasFloatInitial

All Known Implementing Classes:
AbstractCachingDiffFloatFunction, CRFLogConditionalObjectiveFloatFunction

public interface HasFloatInitial

Indicates that a function has a method for supplying an intitial value.

Since:
1.0
Author:
Dan Klein

Method Summary
 float[] initial()
          Returns the intitial point in the domain (but not necessarily a feasible one).
 

Method Detail

initial

float[] initial()
Returns the intitial point in the domain (but not necessarily a feasible one).

Returns:
a domain point


Stanford NLP Group