tidy3d.plugins.design.parameter.Parameter#
- class Parameter[source]#
Bases:
Tidy3dBaseModel,ABCSpecification for a single variable / dimension in a design problem.
- Parameters:
Attributes
Methods
Output the first allowed sample.
Sample design variable on grid, checking for custom values.
sample_random(num_samples)Sample this design variable randomly 'num_samples' times.
select_from_01(pts_01)Select values given a set of points between 0, 1.
- name#
- values#