Community Profile

photo

Sam T


Active since 2012

Followers: 0   Following: 0

Message

Statistics

  • First Review
  • Thankful Level 1

View badges

Feeds

View by

Question


Function evaluation in each iteration of pattern search exceeding 2* (number of optimization variable)
*** Newbie to global optimization toolbox *** Hi, I am trying to perform constrained optimization using pattern search. ...

8 years ago | 1 answer | 0

1

answer

Question


How to efficiently pass large constant matrix in parfor
Hi all, I am trying to perform a task using parfor. However, it's inefficient since I have to load a large constant structure...

10 years ago | 6 answers | 1

6

answers

Question


How to keep the parallel for loop running even when one of the job fails
*Question:* I run multiple jobs (each job is independent of each other) in parallel mode. However, if one job fails, then entire...

10 years ago | 0 answers | 0

0

answers

Answered
Best way to store multiple (say 500) sparse matrices
Another possible solution includes writing every H_i to a separate file in binary format, and then reading it whenever required....

12 years ago | 0

Question


Best way to store multiple (say 500) sparse matrices
Hi, I would like to ask the Matlab users what is the best way to store multiple (say 500 or more) sparse matrices so that we ...

12 years ago | 2 answers | 0

2

answers

Question


How to declare a variable in the "main" script such that it is available to all functions without passing the argument
Hi, *Question:* I want to assign variable a value (a constant) in the main workspace, and make it available to all the functi...

12 years ago | 1 answer | 0

1

answer