Saifullah Khalid
Followers: 0 Following: 0
Feeds
提问
Interfacing BC Consesus implemented in Matlab with BC Frameworks
I am working on blockchain based energy sharing. I have consensus mechnism implemented in Matlab, now I want to implement a comp...
1 year 前 | 1 个回答 | 0
1
个回答提问
Repair operator for evolutionary algorithms
I am working on a resource allocation problem using an SPEA 2 evolutionary algorithm. The problem involves decision variables w...
4 years 前 | 0 个回答 | 0
0
个回答提问
Optimizing function of functions
I am trying to optimize two functions and where. The function is a subfunction of means the results of are input to . I...
4 years 前 | 1 个回答 | 0
1
个回答提问
how to generate a random vector with fixed sum and bounded elements
I want to generate a random element vector with a fixed sum: and each element is bounded as . is the fixed sum and spe...
5 years 前 | 3 个回答 | 0
3
个回答提问
Constraint satisfaction in a resource allocation problem optimized using evolutionary algorithms
I am working on a allocation problem where a resource needs to be allocated to users each with demand . The problem has two o...
5 years 前 | 0 个回答 | 0
0
个回答提问
Solution when number equations is less than than the number of variables
I am curious if there is some solution method in the case when we have the number of equation less the number of variables. For ...
5 years 前 | 1 个回答 | 0
1
个回答提问
How to apply a bound constraint on a complex power vector
I am trying to optimize a complex power vector with where and is a complex number greater than 0. I have implemented bound ...
5 years 前 | 1 个回答 | 0
1
个回答提问
How to optimize when the decision variables are complex numbers
Hi, I want to optimize the objective function where and are complex numbers I intend to use genetic algorithm but I wonder if...
5 years 前 | 0 个回答 | 0
0
个回答提问
How to generate a random data vector that follows a constraint
I want to generate random data vector where that follows this constrainst. where and is a constant. I would appreciate any ...
5 years 前 | 2 个回答 | 0
2
个回答提问
How to implement an equality and inequality constraint
I want to implemet a constraint, in GA, given as , where is the decision variable and is a consatnt. Any help woul be apprecia...
5 years 前 | 1 个回答 | 0
1
个回答提问
Feature selection using F-Test
I am trying to rank features given in following feature vectors, samples from three different class are given. I want to ask i...
6 years 前 | 0 个回答 | 0
0
个回答提问
How to implement inequality constrainst in fmincon
Hi, I need to implement inequality constraint for fmincon. The constraint is *Z < d* where d is constant and Z is function https...
6 years 前 | 1 个回答 | 0
1
个回答提问
Generating random number with constrainsts
I am trying to generate population for an evolutionary algorithm, subject to two constraints, Σp + ϵ < 1 and Φ * μ - λ*p > 0, ...
7 years 前 | 0 个回答 | 0
0
个回答提问
how to plot a function with vectorized variables
I need help to plot function (code pasted below) which takes a vector input. The code is given below. The input variable x is a...
7 years 前 | 1 个回答 | 0
1
个回答提问
Writing Penality function in GA
I am trying to solve a constrained optimization problem with two objectives using GA. The objective function and constraints are...
7 years 前 | 1 个回答 | 0
1
个回答提问
Can SPEA2 be used instead of inbuilt NSGA2 inmatlab
I need to use SPEA2 for my research. I have standalone implementation of spea2 from Yarpiz but unfortunately it doesn't have sup...
7 years 前 | 1 个回答 | 0
1
个回答提问
Generate constrained random vector
I am trying to generate a random vector from two other random vectors and a scaller in Matlabsuch that _λ* P - Φ.*μ < 0_ where ...
7 years 前 | 0 个回答 | 0
0
个回答提问
Can SPEA2 algorithm be implemted using matlab optimization toolbox
I am trying to use evolutionary algorithm, strength pareto evolutionary Algorithm (SPEA-II), I was curious if its operation have...
7 years 前 | 1 个回答 | 0
1
个回答提问
Which algorithm matlab ga and multiobjective ga in optimization toolbox implement
I trying to figure out which algorithms are built in GA and multi-objective GA in optimization toolbox. I feel its inbuilt featu...
7 years 前 | 0 个回答 | 0
0
个回答提问
Multiobjective optimization using genetic algorithm
I have an objective function given below. I want to solve it using genetic/evolutionary algorithm (strength pareto SPEA2). Since...
7 years 前 | 0 个回答 | 0
0
个回答提问
Return values from simulannealbnd other than fval and x
I am optimizing an objective function which depend on profit and risk as shown below. I am using simulannealbnd function to opti...
7 years 前 | 1 个回答 | 0
1
个回答提问
Writing Constaints for simulannealbnd
I am trying to optimize an objective using simulannealbnd function. I have constraints of upper and lower bounds on decision var...
7 years 前 | 1 个回答 | 0
1
个回答提问
Optmization of nonconvex nonconcave problem using iterative approach
I am trying to implement a profit optimization function in a cloud computing environment. Objective function is claimed to neit...
7 years 前 | 0 个回答 | 0
0
个回答提问
linear equality constraint writing
I am facing difficulty to write linear inequality constraint given below. Here Φ, 48 element long vector, is decision variable w...
7 years 前 | 2 个回答 | 0
2
个回答提问
Simulated Annealing with two vector Decision Variables
I have an objective function which takes two distinct vector (price1 and price2) decision variables each 24 elements long and ev...
7 years 前 | 1 个回答 | 0