lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] odd/brent a007bd6 10/11: Document a pessimization


From: Greg Chicares
Subject: [lmi-commits] [lmi] odd/brent a007bd6 10/11: Document a pessimization
Date: Tue, 22 Jun 2021 16:54:06 -0400 (EDT)

branch: odd/brent
commit a007bd62f96fcf5e37d6e933bd6882eb758899ee
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Document a pessimization
    
    A more elaborate discussion should be added to 'master'.
---
 ihs_avsolve.cpp | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/ihs_avsolve.cpp b/ihs_avsolve.cpp
index 3122ecc..bd1accb 100644
--- a/ihs_avsolve.cpp
+++ b/ihs_avsolve.cpp
@@ -245,6 +245,10 @@ currency AccountValue::SolveTest
             );
         }
     if(worst_negative < C0)
+// The following alternative is not as good. Typically, the graph of
+// f(x) as a function of x is a dog-leg, where a solve must find the
+// hock. This pessimization tends to make one part vertical.
+//  if(worst_negative < C0 && C0 <= value)
         {
         value = std::min(value, worst_negative);
         }



reply via email to

[Prev in Thread] Current Thread [Next in Thread]