A Computer Program for Solving Separable Nonconvex Optimization Problems

The global optima of nonconvex optimization problems are, in general, impossible to find. Many such problems, however, can be approximated arbitrarily closely by separable problems wherein all functions are piecewise linear. Program MOGG is a FORTRAN code which will find a global optimum to these la...

Ausführliche Beschreibung

Gespeichert in:
Bibliographische Detailangaben
Hauptverfasser: Grotte, Jeffrey H, Falk, James E, McCoy, Paul F
Format: Report
Sprache:eng
Schlagworte:
Online-Zugang:Volltext bestellen
Tags: Tag hinzufügen
Keine Tags, Fügen Sie den ersten Tag hinzu!
Beschreibung
Zusammenfassung:The global optima of nonconvex optimization problems are, in general, impossible to find. Many such problems, however, can be approximated arbitrarily closely by separable problems wherein all functions are piecewise linear. Program MOGG is a FORTRAN code which will find a global optimum to these latter problems. The code is based on a branch and bound algorithm that is guaranteed to terminate after a finite number of steps. The code incorporates a linear programming subsystem designed to be numerically stable even for ill-conditioned problems.