Statistiques
RANG
1 763
of 297 016
RÉPUTATION
38
CONTRIBUTIONS
0 Questions
13 Réponses
ACCEPTATION DE VOS RÉPONSES
0.00%
VOTES REÇUS
9
RANG
805 of 20 419
RÉPUTATION
2 295
CLASSEMENT MOYEN
4.40
CONTRIBUTIONS
2 Fichiers
TÉLÉCHARGEMENTS
8
ALL TIME TÉLÉCHARGEMENTS
22759
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Can I restart surrogateopt from earlier iterations with checkpoint file?
I don't think of any easy way to do this.
presque 2 ans il y a | 2
Optimization using parallel-computing is returning optimized vector that does not match the reward provided.
Hi Aaron, Optimization solvers often does not work with "UseParallel == true" option when a Simulink model is part of objective...
environ 2 ans il y a | 3
| A accepté
Is it possible to impose custom conditions for an early surrogate reset?
Hi James, Surrogateopt reset criteria depends on the "expected reduction of objective function value" assuming the incumbent is...
presque 4 ans il y a | 0
| A accepté
GA error due to boxdirections
Before running your code, please issue this command (so MATLAB wil stop where an error is thrown) dbstop if error MATLAB will ...
plus de 4 ans il y a | 0
Unexpected Change in Population Diversity of Genetic Algorithm
Hi David, The behavior is strange. It would be great to have a reproduction script if you can share since this behavior is on a...
plus de 4 ans il y a | 0
Please could I have more detail on the 'quasirandom' sequence in surrogateopt?
Please take a look at this doc page (section Definitions for Surrogate Optimization) https://www.mathworks.com/help/gads/surrog...
presque 5 ans il y a | 0
A soumis
New Approaches to Constrained Optimization in MATLAB
M-files accompanying the webinar held on November 05, 2005
plus de 8 ans il y a | 1 téléchargement |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/9293/versions/2/screenshot.jpg)
A soumis
Optimization with MATLAB and the Genetic Algorithm and Direct Search Toolbox
M-files used in the webinar held on September 16, 2004.
plus de 8 ans il y a | 7 téléchargements |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/6232/versions/2/screenshot.jpg)
Does using global variables in objective function risk error when using ga in parallel?
Every worker will have its own copy of the global variable not in sync with other workers. Its global for all the M-files on a w...
presque 10 ans il y a | 1
Patternsearchw with genetic algorithm
Hi Grzegorz, Thanks for posting this issue; it is a bug. The only workaround I can see is to change the code and compare nargin...
environ 11 ans il y a | 0
| A accepté
A résolu
Most nonzero elements in row
Given the matrix a, return the index r of the row with the most nonzero elements. Assume there will always be exactly one row th...
plus de 12 ans il y a
A résolu
Remove any row in which a NaN appears
Given the matrix A, return B in which all the rows that have one or more <http://www.mathworks.com/help/techdoc/ref/nan.html NaN...
plus de 12 ans il y a
A résolu
Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...
plus de 12 ans il y a
A résolu
Weighted average
Given two lists of numbers, determine the weighted average. Example [1 2 3] and [10 15 20] should result in 33.333...
plus de 12 ans il y a
A résolu
Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...
environ 13 ans il y a
A résolu
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
environ 13 ans il y a
A résolu
Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...
environ 13 ans il y a
Slacktol value ?
First suggestion is to use the newer algorithm added in 11a if you can. The warning message I get should be fixed (easy to f...
plus de 13 ans il y a | 0
| A accepté
mesh size change in patternsearch
The trial points are probably infeasible with that big mesh size; hence no function evaluation.
plus de 13 ans il y a | 1
How to get alternative solutions to a linear programming problem using linprog?
Why do you think there won't be a unique solution? When you have a linear objective (bounded) and constraints are linear (and bo...
presque 14 ans il y a | 1
quadprog vs fmincon
Have you looked at fmincon 'interior-point' algorithm option? Here is a snippet of help from this algorithm W = HessMultFcn(x...
presque 14 ans il y a | 1
Optimization of function described in standalone code
You will have to create a C++ file (which is called MEX in MATLAB environment) that can be called directly from MATLAB. See some...
presque 14 ans il y a | 0
| A accepté