Optimize Attribute
Hi,
is there a way to optimize an attribute like you can with a parameter? For example, take an attribute and multiply it in a loop by .01 then .001 then .0001 etc,,, and get the best result. You can do this with a parameter, is there a similar operator fpr attributes?
Thanks!
Find more posts tagged with
Sort by:
1 - 5 of
51

Andrew
New Altair Community Member
There are operators that allow the value of attributes to be set. So you could use one of these in an optimization operator with suitable values.
I think that the "Generate Macro" operator is only to be used for creating new macros from existing ones. To extract a macro from your existing attribute values you would want to use the "Extract Macro" operator. You may need to use it in combination with a loop operator to achieve your desired result.