Hi @andresm,
Welcome in the Community !
To lock factor settings, use CTRL (or ALT) + click on the factor : Set or Lock Factor Values
In order to debug and understand where the error can be, can you right-click on the saved Profiler script and check the code to make sure you have lost your saved settings ? :
Profiler(
Y( :Pred Formula Y, :PredSE Y ),
Profiler(
1,
Confidence Intervals( 1 ),
Desirability Functions( 1 ),
Maximize and Remember,
Term Value(
:X1( -1, Lock( 0 ), Show( 1 ) ), :X2( "x", Lock( 0 ), Show( 1 ) ),
:X3( "A", Lock( 1 ), Show( 1 ) )
),
Remember Settings( "Optimal_A", Differences Report( 0 ) ),
Term Value(
:X1( -1, Lock( 0 ), Show( 1 ) ), :X2( "x", Lock( 0 ), Show( 1 ) ),
:X3( "B", Lock( 1 ), Show( 1 ) )
),
Remember Settings( "Optimal_B" ),
Term Value(
:X1( 1, Lock( 0 ), Show( 1 ) ), :X2( "z", Lock( 0 ), Show( 1 ) ),
:X3( "C", Lock( 1 ), Show( 1 ) )
),
Remember Settings( "Optimal_C" ),
Term Value(
:X1( 1, Lock( 0 ), Show( 1 ) ), :X2( "z", Lock( 0 ), Show( 1 ) ),
:X3( "D", Lock( 1 ), Show( 1 ) )
),
Remember Settings( "Optimal_D", Differences Report( 1 ) ),
Term Value(
:X1( 1, Lock( 0 ), Show( 1 ) ), :X2( "z", Lock( 0 ), Show( 1 ) ),
:X3( "D", Lock( 1 ), Show( 1 ) )
)
),
Use SE Formula( 1 )
);
In my example, these are the lines next to "Remember Settings" : I have saved 4 optima with specific names for the 4 levels of factor X3 in the 2x3x4 Factorial dataset from JMP.
I think you may have a bug, but if you can share an anonymized version of the dataset or if you use the code structure I shared above, you can edit your script to add the missing remembered settings.
@Ben_BarrIngh I don't have the same bug, but JMP constantly adds a new default "_Optimal_" value without constraints when I save the script. Maybe in the case of @andresm this action also has removed previous optima (but this is not my case).
Hope this answer can help you,
Victor GUILLER
L'Oréal Data & Analytics
"It is not unusual for a well-designed experiment to analyze itself" (Box, Hunter and Hunter)