Deprecated API

Deprecated Methods
com.opttek.optquest.COptQuestOptimization.ConstraintEquation(String)
          Replaced by AddConstraint(COptQuestStringConstraint) A COptQuestStringConstraint object is created from the input string and added to the optimization 
com.opttek.optquest.COptQuestOptimization.ConstraintEquation(String, boolean)
          Replaced by AddConstraint(COptQuestStringConstraint) This method creates an instance of COptQuestStringConstraint and use the AddConstraint(COptQuestStringConstraint constraint) method to add the constraint to the optimization. 
com.opttek.optquest.COptQuestOptimization.GetAggressiveSearch()
            
com.opttek.optquest.COptQuestOptimization.GetCrossOverSearch()
            
com.opttek.optquest.COptQuestOptimization.GetLever()
            
com.opttek.optquest.COptQuestOptimization.GetPortfolioMeasure()
          Replaced by COptQuestPortfolioObjective.GetPortfolioMeasure() Returns the portfolio measure set by COptQuestOptimization::GetPortfolioMeasure(). 
com.opttek.optquest.COptQuestOptimization.GetPortfolioStatistic()
          Replaced COptQuestPortfolioObjective.GetPortfolioStatistic() Returns the portfolio statistic set by the COptQuestOptimization::SetPortfolioStatistic() method. 
com.opttek.optquest.COptQuestOptimization.GetPortfolioStatisticValue()
          Replace with COptQuestPortfolioObjective.GetPortfolioStatisticValue(). Returns the target value for statistics OCLP_PERCENTILE, OCLP_SEMI1STDDEV, OCLP_SEMI2STDDEV and OCLP_PROBABILITY 
com.opttek.optquest.COptQuestOptimization.GetTaguchi()
            
com.opttek.optquest.COptQuestOptimization.IsMaximize()
          Replaced with COptQuestObjective.IsMaximize(). Returns true if the goal of the optmization is to maximize. 
com.opttek.optquest.COptQuestOptimization.IsMinimize()
          Replaced with COptQuestObjective.IsMinimize(). Returns true if the goal of the optmization is to minimize. 
com.opttek.optquest.COptQuestOptimization.ObjectiveEquation(String)
          Define a COptQuestStringObjective and add it using COptQuestOptimization::AddObjective(). 
com.opttek.optquest.COptQuestOptimization.ObjectiveEquation(String, boolean)
          Define a COptQuestStringObjective and add it using COptQuestOptimization::AddObjective(). 
com.opttek.optquest.COptQuestOptimization.SetAggressiveSearch(boolean)
            
com.opttek.optquest.COptQuestOptimization.SetCrossOverSearch(boolean)
            
com.opttek.optquest.COptQuestOptimization.SetCurrentObjectiveValue(double)
          Replaced by COptQuestObjective::SetCurrentValue() method. Sets the objective value for the current solution. 
com.opttek.optquest.COptQuestOptimization.SetCurrentObjectiveValue(int, double)
          Replaced by COptQuestObjective::SetCurrentValue() Sets the objective value for the current solution in a parallel optimization. 
com.opttek.optquest.COptQuestOptimization.SetLever(boolean)
            
com.opttek.optquest.COptQuestOptimization.SetMaximize()
          Replaced with COptQuestObjective.SetMaximize(). Sets the goal of the optimization to maximize the objective value. 
com.opttek.optquest.COptQuestOptimization.SetMinimize()
          Replaced with COptQuestObjective.SetMinimize(). Sets the goal of the optimization to minimize the objective value. 
com.opttek.optquest.COptQuestOptimization.SetPortfolioMeasure(int)
          Replaced by COptQuestPortfolioObjective.SetPortfolioMeasure() Defines the measure for the portfolio objective. 
com.opttek.optquest.COptQuestOptimization.SetPortfolioStatistic(int, double)
          Replaced by COptQuestPortfolioObjective.SetPortfolioStatistic() Defines the statistic for the portfolio objective. If the statistic is OCLP_PERCENTILE, OCLP_SEMI1STDDEV, OCLP_SEMI2STDDEV and OCLP_PROBABILITY require the statisticValue to be set. This value is ignored for all other statistics. 
com.opttek.optquest.COptQuestOptimization.SetTaguchi(int)