Anwar
Followers: 0 Following: 0
Statistics
8 Questions
0 Answers
RANK
215,056
of 295,467
REPUTATION
0
CONTRIBUTIONS
8 Questions
0 Answers
ANSWER ACCEPTANCE
25.0%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
automatic change in variable's value during optimisation
I am currently working on optimising the cost of charge of an electric vehicule by scheduling a charging/discharging process dur...
7 months ago | 1 answer | 0
1
answerQuestion
how to perform a multi variable optimization on matlab
i have a two variable cost function to minimize,is there specefic type of optimization to do it , i am trying some metaheuristic...
9 months ago | 1 answer | 0
1
answerQuestion
EV charging price optimization
I am currently working on EV charging price optimization. In the fitness function we have the price of charging, battery values ...
9 months ago | 0 answers | 0
0
answersQuestion
hi i have a function with 5 constraints , i need someone to help me write the 5th one
hi, am having an issue with a new constraint that was added to the code; |Sk-Sk-1|>Delta SOCmin Sk-Sk-1=dx Sk-1-Sk=ds Delta...
1 year ago | 1 answer | 0
1
answerQuestion
How to get the cost/iterations plot from the particleswarm(fun,nVar,lb,ub,options) toolbox
the particle swarm tool of matlab only gives the numerical solutions and optimized cost. We are looking for a way to get that m...
2 years ago | 0 answers | 0
0
answersQuestion
How to implement theses constraints in the cost function ?
I am working on a constrained PSO program (S decision variable) where the constraints are arrays that there elements should be ...
2 years ago | 1 answer | 0
1
answerQuestion
How to receive the inverse of the diff(x) array calculation ?
For example ,if x=[a,b,c,d] and diff(x)=[b-a,c-b,d-c], is there any possible way for [a-b,b-c,c-d].
2 years ago | 1 answer | 0
1
answerQuestion
Hi ,I need some help with this PSO optimization code, "not enough input arguments "error message (Main pso used is The yarpiz's).
function Y1 = costfunction(x) V = 384*ones(1,10); Q = 60*ones(1,10); N = 0.4*ones(1,10); R = [7, 12, 8, 11, 9, 13, 7, 12, 10...
2 years ago | 1 answer | 0