https://www.mdu.se/

mdh.sePublikasjoner
Endre søk
RefereraExporteraLink to record
Permanent link

Direct link
Referera
Referensformat
  • apa
  • ieee
  • modern-language-association-8th-edition
  • vancouver
  • Annet format
Fler format
Språk
  • de-DE
  • en-GB
  • en-US
  • fi-FI
  • nn-NO
  • nn-NB
  • sv-SE
  • Annet språk
Fler språk
Utmatningsformat
  • html
  • text
  • asciidoc
  • rtf
Algorithms for Costly Global Optimization
Mälardalens högskola, Akademin för utbildning, kultur och kommunikation.
2009 (engelsk)Licentiatavhandling, med artikler (Annet vitenskapelig)
Abstract [en]

There exists many applications with so-called costly problems, which means that the objective function you want to maximize or minimize cannot be described using standard functions and expressions. Instead one considers these objective functions as ``black box'' where the parameter values are sent in and a function value is returned. This implies in particular that no derivative information is available.The reason for describing these problems as expensive is that it may take a long time to calculate a single function value. The black box could, for example, solve a large system of differential equations or carrying out a heavy simulation, which can take anywhere from several minutes to several hours!These very special conditions therefore requires customized algorithms. Common optimization algorithms are based on calculating function values every now and then, which usually can be done instantly. But with an expensive problem, it may take several hours to compute a single function value. Our main objective is therefore to create algorithms that exploit all available information to the limit before a new function value is calculated. Or in other words, we want to find the optimal solution using as few function evaluations as possible.A good example of real life applications comes from the automotive industry, where on the development of new engines utilize advanced models that are governed by a dozen key parameters. The goal is to optimize the model by changing the parameters in such a way that the engine becomes as energy efficient as possible, but still meets all sorts of demands on strength and external constraints.

sted, utgiver, år, opplag, sider
Västerås: Mälardalens högskola , 2009.
Serie
Mälardalen University Press Licentiate Theses, ISSN 1651-9256 ; 105
HSV kategori
Forskningsprogram
Matematik/tillämpad matematik
Identifikatorer
URN: urn:nbn:se:mdh:diva-5970ISBN: 978-91-86135-29-4 (tryckt)OAI: oai:DiVA.org:mdh-5970DiVA, id: diva2:219073
Presentation
2009-09-03, Gamma, Hus U, Högskoleplan 1, Mälardalens Högskola, Västerås, 13:15 (engelsk)
Opponent
Veileder
Tilgjengelig fra: 2009-05-26 Laget: 2009-05-26 Sist oppdatert: 2009-08-20bibliografisk kontrollert
Delarbeid
1. Adaptive Radial Basis Algorithms (ARBF) for Expensive Black-Box Global MINLP Optimization
Åpne denne publikasjonen i ny fane eller vindu >>Adaptive Radial Basis Algorithms (ARBF) for Expensive Black-Box Global MINLP Optimization
2008 (engelsk)Inngår i: SIOPT08 - Abstracts, 2008, s. 132-Konferansepaper, Oral presentation with published abstract (Fagfellevurdert)
Abstract [en]

Improvements of the adaptive radial basis function algo-rithm (ARBF) for computationally costly optimization are presented. A new target value search algorithm and modifications to improve robustness and speed are discussed. The algoritm is implemented in solver ARBFMIP in the TOM-LAB Optimization Environment (http://tomopt.com/). Solvers in TOMLAB are used to solve global and local subproblems. Results and comparisons with other solvers are presented for global optimization test problems. Performance on costly real-life applications are reported.

HSV kategori
Identifikatorer
urn:nbn:se:mdh:diva-5343 (URN)
Konferanse
SIAM Optimization, Boston, USA, 10-13 May, 2008
Tilgjengelig fra: 2009-02-13 Laget: 2009-02-13 Sist oppdatert: 2022-10-14bibliografisk kontrollert
2. The influence of Experimental Designs on the Performance of Surrogate Model Based Costly Global Optimization Solvers
Åpne denne publikasjonen i ny fane eller vindu >>The influence of Experimental Designs on the Performance of Surrogate Model Based Costly Global Optimization Solvers
2009 (engelsk)Inngår i: Studies in Informatics and Control, ISSN 1220-1766, E-ISSN 1841-429X, Vol. 18, nr 1, s. 87-95Artikkel i tidsskrift (Fagfellevurdert) Published
Abstract [en]

When dealing with costly objective functions in optimization, one good alternative is to use a surrogate model approach. A common feature for all such methods is the need of an initial set of points, or "experimental design", in order to start the algorithm. Since the behavior of the algorithms often depends heavily on this set, the question is how to choose a good experimental design. We investigate this by solving a number of problems using different designs, and compare the outcome with respect to function evaluations and a root mean square error test of the true function versus the surrogate model produced. Each combination of problem and design is solved by 3 different solvers available in the TOMLAB optimization environment. Results indicate two designs as superior.

sted, utgiver, år, opplag, sider
National Institute for Research & Development in Informatics, 2009
Emneord
Black-box, Surrogate model, Costly functions, Latin Hypercube Designs, Experimental Design
HSV kategori
Identifikatorer
urn:nbn:se:mdh:diva-5332 (URN)000269029600010 ()
Tilgjengelig fra: 2009-02-13 Laget: 2009-02-13 Sist oppdatert: 2017-12-14bibliografisk kontrollert
3. Implementation of a One-Stage Efficient Global Optimization (EGO) Algorithm
Åpne denne publikasjonen i ny fane eller vindu >>Implementation of a One-Stage Efficient Global Optimization (EGO) Algorithm
2009 (engelsk)Rapport (Annet vitenskapelig)
Abstract [en]

Almost every Costly Global Optimization (CGO) solver utilizes a surrogate model, or response surface, to approximate the true (costly) function. The EGO algorithm introduced by Jones et al. utilizes the DACE framework to build an approximating surrogate model. By optimizing a less costly utility function, the algorithm determines a new point where the original objective function is evaluated. This is repeated until some convergence criteria is fulfilled.The original EGO algorithm finds the new point to sample in a two-stage process. In its first stage, the estimates of the interpolation parameters are optimized with respect to already sampled points. In the second stage, these estimated values are considered true in order to optimize the location of the new point. The use of estimate values as correct introduces a source of error.Instead, in the One-stage EGO algorithm, both parameter values and the location of a new point are optimized at the same time, removing the source of error. This new subproblem becomes more difficult, but eliminates the need of solving two subproblems.Difficulties in implementing a fast and robust One-Stage EGO algorithm in TOMLAB are discussed, especially the solution of the new subproblem.

sted, utgiver, år, opplag, sider
Västerås: , 2009. s. 26
Serie
Research Reports MDH/UKK, ISSN 1404-4978 ; 2009-2
Emneord
Global Optimization, Costly, Expensive, EGO, Surrogate modeling
HSV kategori
Forskningsprogram
matematik/tillämpad matematik
Identifikatorer
urn:nbn:se:mdh:diva-5969 (URN)
Tilgjengelig fra: 2009-05-26 Laget: 2009-05-26 Sist oppdatert: 2014-02-04bibliografisk kontrollert

Open Access i DiVA

fulltekst(3977 kB)427 nedlastinger
Filinformasjon
Fil FULLTEXT01.pdfFilstørrelse 3977 kBChecksum SHA-512
12832c9335778cfba0d1f7c01dce6ebfb3a676de991da64d8f56539b7233c46213e343cb9f04c12c3b85a3fc2ae34894baf7c12792faa1152aaf3a9ac0144584
Type fulltextMimetype application/pdf

Av organisasjonen

Søk utenfor DiVA

GoogleGoogle Scholar
Totalt: 427 nedlastinger
Antall nedlastinger er summen av alle nedlastinger av alle fulltekster. Det kan for eksempel være tidligere versjoner som er ikke lenger tilgjengelige

isbn
urn-nbn

Altmetric

isbn
urn-nbn
Totalt: 408 treff
RefereraExporteraLink to record
Permanent link

Direct link
Referera
Referensformat
  • apa
  • ieee
  • modern-language-association-8th-edition
  • vancouver
  • Annet format
Fler format
Språk
  • de-DE
  • en-GB
  • en-US
  • fi-FI
  • nn-NO
  • nn-NB
  • sv-SE
  • Annet språk
Fler språk
Utmatningsformat
  • html
  • text
  • asciidoc
  • rtf