From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.50.98.69 with SMTP id eg5mr4275182igb.7.1403358013895; Sat, 21 Jun 2014 06:40:13 -0700 (PDT) X-Received: by 10.140.41.244 with SMTP id z107mr24118qgz.15.1403358013866; Sat, 21 Jun 2014 06:40:13 -0700 (PDT) Path: border1.nntp.dca.giganews.com!nntp.giganews.com!uq10no2218473igb.0!news-out.google.com!a8ni10892qaq.1!nntp.google.com!w8no8204221qac.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sat, 21 Jun 2014 06:40:13 -0700 (PDT) In-Reply-To: <610b9d5b-a9a5-464d-9de3-b2f754f58cff@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=109.233.148.43; posting-account=ZoAlyAoAAACOOtSiXyaM8n3y8T4ScfeH NNTP-Posting-Host: 109.233.148.43 References: <610b9d5b-a9a5-464d-9de3-b2f754f58cff@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <6a600fcc-fa3c-4dfd-8d85-19802756face@googlegroups.com> Subject: Re: Function definitions From: montgrimpulo Injection-Date: Sat, 21 Jun 2014 13:40:13 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: number.nntp.dca.giganews.com comp.lang.ada:187110 Date: 2014-06-21T06:40:13-07:00 List-Id: I want to use my search program for a specific objective- and for a specifi= c constraint-function with a certain size for an individual and a certain s= ize of population. If I do not find a solution then I want to change some e= lements, eg. size of the population, size of an individual, or to try modif= ied objective- or constraint-function. After I have found a solution or not, I want to use the same search program= with a new and different objective- and a new and different constraint fun= ction with a different size of an individual and a different population siz= e.