public class gabinary
{
public static int POPSIZE =20; /* population size */
public static int MAXGENS= 1000; /* max. number of generations */
public static int NVARS...