Hi.I am working on optimal portfolio selection of an CBO.I have created an optimiation problem with linear objective function and all linear constraints, and only one non-linear constraint (corresponding to Diversity Score)I have chosen the successive linear programming technique (
http://www.mpri.lsu.edu/textbook/Chapter6-b.htm). But this technique requires an initial feasible point to start the optimization process. Can you please help me with finding an initial feasible point in an efficient manner, where the problem contains one non-linear constraint, and all other constraints, and the objective function are linear, and the size of the problem (no of decision variables, and also number of constraints in this case) is of the order of 100-200.Thankyou