Community Profile

photo

Bill Masters


Last seen: 3 years ago Active since 2020

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


How to solve an optimization problem over two variables using fmincon?
Hello, I'm trying to solve an optimization problem in which there is a decision variable in its objective function, and some con...

3 years ago | 1 answer | 0

1

answer

Question


How can I use fmincon into the SPMD when the parameters of objective function differs from on workers to another?
Hello everyone, the overall structure of my code is here: %some parameters are defined before %exclusive values for parameter...

3 years ago | 2 answers | 1

2

answers

Question


special case of using parallel computing toolbox in order to solve decomposed problems
Hello, How can I have a for loop with workers of parallel computing doing "1-some functions with different input for each worke...

3 years ago | 2 answers | 0

2

answers

Question


How to use parallel computing toolbox solve decomposed optimization problem?
Hello everyone, I have an optimization problem to be solved by consesus ADMM algorithm. This algorithm solves subproblems decom...

3 years ago | 0 answers | 0

0

answers

Question


How to save computations of each "for" loop iteration in "SPMD"?
Hello, I have a "for" loop in SPMD to implement parallel computing through some workers. the computation of each worker in each...

4 years ago | 0 answers | 0

0

answers

Question


How to distinctly assign job and get the result of each worker using "parfor"?
Hello, I'm using parallel computing toolbox in order to parallelize my computation. there is a need for assigning an identical ...

4 years ago | 1 answer | 0

1

answer

Question


How to plot an equation of this form where the variable has many indices?
Hello, I'm about to plot constraint equations of an optimization problem. there is an equation as below: where "y" is a matr...

4 years ago | 0 answers | 0

0

answers