Statistics
10 Questions
0 Answers
RANK
108,194
of 300,756
REPUTATION
0
CONTRIBUTIONS
10 Questions
0 Answers
ANSWER ACCEPTANCE
30.0%
VOTES RECEIVED
0
RANK
of 21,077
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 170,890
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
optimization using genetic algorithm
i have 4 variables to optimize in GA which each have Upper Bound 100% and Lower Bound 0%. i need the result didn't exceed 100% w...
4 years ago | 1 answer | 0
1
answerQuestion
Error using / matrix dimensions must agree
for i=1:M Prob(i) = Datfit(i)/sumfitness; end halo. here's my code. i want to know the solution bcs there's always error
4 years ago | 1 answer | 0
1
answerQuestion
how can i plot this code into a banana solutiongraph?
options = optimoptions(@fminunc,'Display','iter','Algorithm','quasi-newton'); [x,fval,exitflag,output] = fminunc(fun,x0,optio...
6 years ago | 1 answer | 0
1
answerQuestion
convert codes into matlab R2015b
close all; clear; clc; %menentukan opsi optimisasi options = optimoptions(@fminunc,'Display','iter','Algorithm','quasi-newton'...
6 years ago | 0 answers | 0
0
answersQuestion
I think my code has right, but still see warning
sfprint('Initial Objective Function Value: %d\n\n',subs(f,[X,Y], [x(1),y(1)])); if (norm(J) < e) sfprint('Minimum succesfu...
6 years ago | 0 answers | 0
0
answersQuestion
how to plot into quadratic graph?
f = @(x,y) 100*(Y-X^2)^2+(1-X)^2
6 years ago | 1 answer | 0
1
answerQuestion
running took very long time for this coding . why so? am I write a wrong function?
clc clear format long % Function Definition (Enter your Function here): syms X Y; f = 100*((Y-X^2)^2+(1-X))^2; % Initial G...
6 years ago | 1 answer | 0
1
answerQuestion
DFP Quasi-Newton for Quadratic Function
i tried multiple times with the tutorial from mathwork about quasi-newton but always failed, maybe my Matlab R2015b is not match...
6 years ago | 0 answers | 0
0
answersQuestion
What should I do? In an assignment A(:) = B, the number of elements in A and B must be the same.
%%it says that error is in the x(i+1) and y(i+1) while norm(J) > e I = [x(i),y(i)]'; syms h; % Step size g = ...
6 years ago | 1 answer | 0
1
answerQuestion
Error: Function definitions are not permitted in this context
Hi, i tried multiple times to change the function inside a script, but it kept fail eventhough i follow all the instructions and...
6 years ago | 1 answer | 0

