"Loop over different values of a constant used in Generate Attributes?"
My apologies if the answer to this exists somewhere -- if it does, I wasn't able to find it.
I have a "Generate Attributes" block in my process that creates a derived attribute with an equation that looks something like this:
Foo = 3*Bar + 2*Baz
Foo is then later used in classification. I'd like to set up a loop of some sort to try all combinations of constants in this equation, e.g., 1*Bar + 1*Baz, 2*Bar + 1*Baz, etc. Essentially what "Optimize Parameters" does, but over some constants (macros?) that I can use within Generate Attributes.
Any thoughts on how to accomplish this?