Demo script for Cell Tower Optimization Problem - Radius
Ältere Kommentare anzeigen
Hi,
I am working on the Demo script for Cell Tower Optimization Problem. I need to set a fixed radius rather than the random radius it outputs. In the file celltowersetup.m radius is defined as
R = rand(st, N,1)+1; % allocate array
but if I change it to
R = 1; % allocate array
just one tower appears rather than the 10 asked for. Where am I going wrong
Thanks
1 Kommentar
Simran Sandhu
am 15 Mär. 2019
I am facing some error, I dont kow what am doing wrong while assigning the intial conditions.
Can you please mail me the code?
simrangsandhu@hotmail.com
Thank you
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Surrogate Optimization finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!