edu.stanford.nlp.optimization
Interface HasInitial

All Known Implementing Classes:
AbstractCachingDiffFunction, AbstractStochasticCachingDiffFunction, CRFLogConditionalObjectiveFunction

public interface HasInitial

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

Since:
1.0
Author:
Dan Klein

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

Method Detail

initial

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

Returns:
a domain point


Stanford NLP Group