Problem
Write a program that will allow you to generate a Pareto Space for 2-5 objective functions described by a user defined number of, X, Pareto Points. The program should determine a set of X non-dominated points that represent the Pareto Frontier of the problem. These points should be written to a text output file. Provide the source code for your program and any limitations upon the use of the program.