Spyros Polychronopoulos
Followers: 0 Following: 0
Statistik
RANG
40.164
of 295.467
REPUTATION
1
ANTWORTZUSTIMMUNG
58.33%
ERHALTENE STIMMEN
1
RANG
of 20.234
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.912
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
Obtaining a matrix of all the values the optimizer tried
Hi there, I have this optimizer minimizing f. The optimizer is trying various values for x variable. Would you maybe have an ide...
etwa 6 Jahre vor | 1 Antwort | 1
1
AntwortMulti variable Simulated Annealing with different bounds
Would you maybe know a way to obtain a matrix with all the values x (for all the iterations) the optimizer tried? Thanks in adv...
etwa 6 Jahre vor | 0
Frage
Multi variable Simulated Annealing with different bounds
Hi there, I have this function that has two variables x and y fun = @(x,y) x+y-5; I would like to find the global minim...
etwa 6 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Plotting discretized field in 2D
<</matlabcentral/answers/uploaded_files/121083/Capture.PNG>> I have x,y Cartesian Coordinates and a value next to them that I...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Summation with syms not returning a single value
I would expect the code below to return (O) just one value for zd=(A(:,3)) as I am summing the matrices. A = ones(10,3); s...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
GPU solving Optimizer SA
I would like to run the optimizer below on GPU could anyone help? a=@(z) rand-z; %how can i run this optimizer on GPU? z0...
fast 7 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Gradient of a cell array with optimizer
Hi everyone, I have a function with various variables z, as can be seen in the example below. I would like to take the gradien...
fast 7 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Gradient using cells and functions
I am taking the gradient of a structure array in x,y as shown below part_x1 and part_y1: for k1=1:10 q1(k1).p=rand(10,10);...
fast 7 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
cellfun with gradient [x,y]
I have a structure array q(1:50,1).p(1:50,1:50). And I was taking the gradient: for k1=1:100 [part_x(k1).p,part_y(k1).p]= ...
fast 7 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
3D Plot from point to surfaces
I have these points Ax=2:4:14; Ay=2:4:14; Z=rand(4,4)+20; I would like to plot the surface in 3D but not as a unite su...
fast 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Calculations with functions in cells
Hello I have the matrix d and I would like to calculate the minimum value in the first cell d{1}. But I have a mistake somewhere...
etwa 7 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Summation of functions in a loop
Hi there, I would like to create functions and then sum them up in a loop. Then use an optimizer to find the minimum of the sum...
etwa 7 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Relationship between variables from a number of equations
I have 500 variables and 100 equations. Could I get a result with the relationships between the variables? So the equations I...
mehr als 7 Jahre vor | 3 Antworten | 0