refactored sensing objective into domain, random inits
This commit is contained in:
@@ -12,7 +12,8 @@ classdef sensingObjective
|
||||
end
|
||||
|
||||
methods (Access = public)
|
||||
[obj] = initialize(obj, objectiveFunction, footprint, groundAlt, discretizationStep);
|
||||
[obj] = initialize(obj, objectiveFunction, domain, discretizationStep);
|
||||
[obj] = initializeRandomMvnpdf(obj, domain, protectedRange, discretizationStep);
|
||||
[f ] = plot(obj, ind, f);
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user