MCPcopy Create free account
hub / github.com/WinVector/Logistic / StepStatus

Enum StepStatus

src/com/winvector/opt/impl/Newton.java:50–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48
49
50 public enum StepStatus {
51 goodNewtonStep,
52 linFailure,
53 noImprovement,
54 smallGNorm,
55 }
56
57 private static final class NewtonReturn {
58 @SuppressWarnings("unused")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected