Are there any general methods for (global) optimisation which can translate a global optimisation problem to a "local" one?
Or in other words, translate global constraints to local constraints.
To elaborate further, to translate global constraints to constraints which can be computed locally at each step of an optimisation process.
A complete such methodology would have implications for intractable optimisation problems of course, but in any case is there any research or results in this area?
A simple thing would be to express global constraints in a functional form which has unique values (and extrema) when expressed in "local coordinates" space (or sth like that)
To give an (slightly ambitious) example just for clarification purposes, think of a TSP problem where the global optimum can be found using "greedy" (or more correctly "local") methods (if the global contraints can be expressed in such form as to be computed using only local information)
Some results and papers in this direction (from a rough search)
- Think Globally, Fit Locally: Unsupervised Learning of Low Dimensional Manifolds (Journal of Machine Learning Research 4 (2003))
- Global optimization using local information with applications to flow control, Bartal, Y.
- Why Natural Gradient?, Amari S., Douglas S.C.
- Local optimization of global objectives: competitive distributed deadlock resolution and resource allocation, Awerbuch, Baruch, Azar, Y.
will provide an answer to own question.
Apart from the references mentioned in question (re-produced here):
a couple more references in same direction
There are a couple of references which tackle the problem of translating global evaluation functions (or constraints) to local ones (using local information) and their consistency (i.e convergence to same global optimum):
Abstract (from 1. above)
Specificaly the paper addresses methods to determnine whether a local function (LEF) is consistent with a global function (GEF) and methods to construct consistent LEFs from given GEFs (Consistency theorem).
Excerpt from Conclusion section (from 1. above)