Updates to the OptimizerFactory and the MatlabInterface. Better access to EvAClient.

This commit is contained in:
Marcel Kronfeld
2008-12-09 15:18:54 +00:00
parent c76f046faf
commit 245d8892ef
15 changed files with 433 additions and 145 deletions

View File

@@ -5,4 +5,4 @@ function val = getOpt(int, optName)
% optName: name of the option to change, e.g. 'MaxFunEvals'
% optVal: new value
val = optimget(int.opts, optName);
val = int.opts.(optName);