View source: R/setMBOControlMultiObj.R
setMBOControlMultiObj | R Documentation |
Extends MBO control object with multi-objective specific options.
setMBOControlMultiObj( control, method = NULL, ref.point.method = NULL, ref.point.offset = NULL, ref.point.val = NULL, parego.s = NULL, parego.rho = NULL, parego.use.margin.points = NULL, parego.sample.more.weights = NULL, parego.normalize = NULL, dib.indicator = NULL, mspot.select.crit = NULL )
control |
[ |
method |
[ |
ref.point.method |
[ |
ref.point.offset |
[ |
ref.point.val |
[ |
parego.s |
[ |
parego.rho |
[ |
parego.use.margin.points |
[ |
parego.sample.more.weights |
[ |
parego.normalize |
[ |
dib.indicator |
[ |
mspot.select.crit |
[ |
[MBOControl
].
For more information on the implemented multi-objective procedures the following sources might be helpful: Knowles, J.: ParEGO: A hybrid algorithm with on-line landscape approximation for expensive multiobjective optimization problems. IEEE Transactions on Evolutionary Computation, 10 (2006) 1, pp. 50-66
Wagner, T.; Emmerich, M.; Deutz, A.; Ponweiser, W.: On Expected- Improvement Criteria for Model-Based Multi-Objective Optimization. In: Proc. 11th Int. Conf. Parallel Problem Solving From Nature (PPSN XI) - Part I, Krakow, Poland, Schaefer, R.; Cotta, C.; Kolodziej, J.; Rudolph, G. (eds.), no. 6238 in Lecture Notes in Computer Science, Springer, Berlin, 2010, ISBN 978-3-642-15843-8, pp. 718-727, doi:10. 1007/978-3-642-15844-5 72
Wagner, T.: Planning and Multi-Objective Optimization of Manufacturing Processes by Means of Empirical Surrogate Models. No. 71 in Schriftenreihe des ISF, Vulkan Verlag, Essen, 2013, ISBN 978-3-8027-8775-1
Zaefferer, M.; Bartz-Beielstein, T.; Naujoks, B.; Wagner, T.; Emmerich, M.: A Case Study on Multi-Criteria Optimization of an Event Detection Software under Limited Budgets. In: Proc. 7th International. Conf. Evolutionary Multi-Criterion Optimization (EMO 2013), March 19-22, Sheffield, UK, R. Purshouse; P. J. Fleming; C. M. Fonseca; S. Greco; J. Shaw, eds., 2013, vol. 7811 of Lecture Notes in Computer Science, ISBN 978-3-642-37139-4, pp. 756770, doi:10.1007/978-3-642-37140-0 56
Jeong, S.; Obayashi, S.: Efficient global optimization (EGO) for Multi-Objective Problem and Data Mining. In: Proc. IEEE Congress on Evolutionary Computation (CEC 2005), Edinburgh, UK, Corne, D.; et.al. (eds.), IEEE, 2005, ISBN 0-7803-9363-5, pp. 2138-2145
Other MBOControl:
makeMBOControl()
,
setMBOControlInfill()
,
setMBOControlMultiPoint()
,
setMBOControlTermination()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.