Hi,
I have been evaluating the Bayesian Optimization platform with some success.
In order to run trials quickly I have been using SigmaZones's virtual catapult Six Sigma Virtual Catapult - SigmaZone
BO was very efficient in achieving the targets set in the exercises for up to 4 input factors (9 total runs from a 4-factor experiment).
I attempted to evaluate performance using 5 factors :
Bungee Position
Cup Elevation
Firing Angle
Pin Elevation
Release Angle
My historical trials were as follows:

As I advanced through the BO iterations, I noticed that a certain combination of factors resulted in the ball being dropped and not projected. I needed to set up a constraint:
Constraint: (Release Angle – Firing Angle) should never be less than 30
Something like this:

I exported the Candidate set and set up the constraints by removing the "forbidden" combinations. However after modifying and uploading the Candidate set Set, BO continued with the original Candidate set after the next iteration. It did not use the uploaded, constrained Candidate set.
What is the correct way to modify and "freeze" the constrained Candidate set?
P.S. Should anybody want to run this same exercise, here are the Coding properties:

The Target is to project a ball 545 mm +/- 20mm
Have Fun!
- Philip