JiscMail Logo
Email discussion lists for the UK Education and Research communities

Help for EVOLUTIONARY-COMPUTING Archives


EVOLUTIONARY-COMPUTING Archives

EVOLUTIONARY-COMPUTING Archives


EVOLUTIONARY-COMPUTING@JISCMAIL.AC.UK


View:

Message:

[

First

|

Previous

|

Next

|

Last

]

By Topic:

[

First

|

Previous

|

Next

|

Last

]

By Author:

[

First

|

Previous

|

Next

|

Last

]

Font:

Proportional Font

LISTSERV Archives

LISTSERV Archives

EVOLUTIONARY-COMPUTING Home

EVOLUTIONARY-COMPUTING Home

EVOLUTIONARY-COMPUTING  June 2000

EVOLUTIONARY-COMPUTING June 2000

Options

Subscribe or Unsubscribe

Subscribe or Unsubscribe

Log In

Log In

Get Password

Get Password

Subject:

New IlliGAL Reports and Source Code Announcement (June, 2000)

From:

Martin Pelikan <[log in to unmask]>

Reply-To:

Martin Pelikan <[log in to unmask]>

Date:

Tue, 06 Jun 2000 17:35:11 -0500

Content-Type:

text/plain

Parts/Attachments:

Parts/Attachments

text/plain (347 lines)

The Illinois Genetic Algorithms Laboratory (IlliGAL) is pleased to
announce
the publication of the following new technical reports and software.
 
Most IlliGAL technical reports, as well as reprints of other
publications,
are available in hardcopy and can be ordered from the IlliGAL librarian,
(see below for ordering information).  The technical reports in this
announcement are also available electronically on our ftp and WWW
servers
(see the end of this announcement for ftp and WWW access instructions).


(1) NEW TECHNICAL REPORTS

    --------------------------

    IlliGAL Report No 2000015

    Time complexity of genetic algorithms on exponentially scaled
    problems

    Fernando Lobo, David E. Goldberg, Martin Pelikan

    Abstract:

    This paper gives a theoretical and empirical analysis of the time
    complexity of genetic algorithms (GAs) on problems with
    exponentially scaled building blocks. It is important to study GA
    performance on this type of problems because one of the
    difficulties that GAs are generally faced with is due to the low
    scaling or low salience of some building blocks. The paper is an
    extension of the model introduced by Thierens, Goldberg, and
    Pereira (1998) for the case of building blocks rather than single
    genes, and the main result is that under the assumption of perfect
    building  block mixing, both population size and time to
    convergence grow linearly with the problem length, giving an
    overall quadratic time complexity in terms of fitness function
    evaluations. With traditional simple GAs, the assumption of perfect
    mixing only occurs when the user has knowledge about the structure
    of the problem (which is usually not true). However, the assumption
    is well approximated for advanced GAs that are able to
    automatically learn gene linkage.

    --------------------------

    IlliGAL Report No 2000016

    Probability-Enhanced Predictions in the Anticipatory Classifier
    System

    Martin V. Butz, David E. Goldberg, Wolfgang Stolzmann

    Abstract:

    The Anticipatory Classifier System (ACS) recently showed many
    capabilities new to the Learning Classifier System field. Due to
    its enhanced rule structure with an effect part, it forms an
    internal environmental representation, learns latently besides the
    common reward learning, and can use many cognitive processes. This
    paper introduces a probability-enhancement in the predictions of
    the ACS which enables the system to handle different kinds of
    non-determinism in an environment. Experiments in two different
    mazes will show that the ACS is now able to handle action-noise and
    irrelevant random attributes in the perceptions. Furthermore,
    applications with a recently introduced GA will reveal the general
    independence of the two new mechanism as well as the ability of the
    GA to substantially decrease the population size.

    --------------------------

    IlliGAL Report No 2000017

    An Algorithmic Description of XCS

    Martin V. Butz, Stewart W. Wilson

    A concise description of the XCS classifier system's parameters,
    structures, and algorithms is presented as an aid to research.  The
    algorithms are written in modularly structured pseudo code with
    accompanying explanations.

    --------------------------

    IlliGAL Report No 2000018

    A Hydroinformatician's Approach to Computational Innovation and the
    Design of Genetic Algorithms

    David E. Goldberg

    Abstract: not available

    --------------------------

    IlliGAL Report No 2000019

    A Meditation on Computational Intelligence and Its Future

    David E. Goldberg

    Abstract: not available

    --------------------------

    IlliGAL Report No 2000020

    Bayesian Optimization Algorithm, Decision Graphs, and Occam's Razor

    Martin Pelikan, David E. Goldberg, Kumara Sastry

    Abstract:

    This paper discusses the use of various scoring metrics in the
    Bayesian optimization algorithm (BOA) which uses Bayesian networks
    to model promising solutions and generate the new ones. The use of
    decision graphs in Bayesian networks to improve the performance of
    the BOA is proposed. To favor simple models, a complexity measure
    is incorporated into the Bayesian-Dirichlet metric for Bayesian
    networks with decision graphs. The presented algorithms are
    compared on a number of interesting problems.

    --------------------------

    IlliGAL Report No 2000021

    You Know You're anExcellent Senior Design Team If You... 

    Abstract: not available

    --------------------------

    IlliGAL Report No 2000022

    Application of the Fast Messy Genetic Algorithm to Permutation and
    Scheduling Problems

    Knjazew, D.

    (A master thesis from the University of Dortmund)

    Abstract:

    Various genetic and evolutionary algorithms (GEAs) have been
    developed for solving permutation problems over the past few
    years. Research in this area is very interesting, since there is a
    great variety of permutation-based commercially important
    applications including the traveling salesman problem, vehicle
    route planning, integrated circuit design, timetabling, and
    scheduling. Unfortunately, most of the methods use either
    problem-specific or ad-hoc representation codings and
    operators. Also, only little research has been done to investigate
    the scalability of permutation-solving GEAs. This thesis focuses on
    an advanced genetic algorithm with a good scale-up behavior the
    fast messy genetic algorithm (fmGA). It is specialized for solving
    permutation problems and uses random keys to represent
    solutions. The purpose of the thesis is to demonstrate its
    applicability to real world permutation problems. First, we develop
    the algorithm and analyze its performance and scalability on
    artificial permutation problems. Finally, we apply the GA to a
    scheduling benchmark from the German company SAP.

    --------------------------

    IlliGAL Report No 2000023

    Genetic Algorithms at the University of Illinois Spring 2000

    David E. Goldberg (ed.)

    Abstract: not available (this report is a collection of a number 
    of papers from the course GE485 at the Department of General 
    Engineering, from the term Spring 2000).
 
    --------------------------

    IlliGAL Report No 2000024

    Search Space Boundary Extension Method in Real-Coded Genetic
    Algorithms

    Tsutsui, S., David E. Goldberg

    Abstract:

    In real-coded genetic algorithms, some crossover operators do not
    work well on functions which have their optimum at the corner of
    the search space. To cope with this problem, we have a proposed
    boundary extension methods which allows individuals to be located
    within a limited space beyond the boundary of the search space. In
    this paper, we give an analysis of the boundary extension methods
    from the view point of sampling bias and perform a comparative
    study on the effect of applying two boundary extension methods,
    namely the BEM (boundary extension by mirroring) and the BES
    (boundary extension with extended selection). We were able to
    confirm that to use sampling methods which have smaller sampling
    bias had good performance on both functions which have their
    optimum at or near the boundaries of the search space, and
    functions which have their optimum at the center of the search
    space. The BES/SD/A (BES by shortest distance selection with aging)
    had good performance on functions which have their optimum at or
    near the boundaries of the search space. We also confirmed that
    applying the BES/SD/A did not cause any performance degradation on
    functions which have their optimum at the center of the search
    space.

    --------------------------

    IlliGAL Report No 2000025

    A C++ Implementation of the Bayesian Optimization Algorithm (BOA)
    with Decision Graphs

    Martin Pelikan

    Abstract:

    The paper explains how to download, compile, and use the C++
    implementation of the Bayesian optimization algorithm (BOA) with
    decision graphs (Pelikan, Goldberg, & Sastry, 2000). It provides
    the instructions for creating input files for the BOA to solve
    various problems with various parameter settings and for adding new
    test functions into the existing code. Outputs of an example
    experiment are discussed.

    --------------------------

    IlliGAL Report No 2000026

    On Extended Compact Genetic Algorithm

    Kumara Sastry, David E. Goldberg

    Abstract:

    In this study we present a detailed analysis of the extended
    compact genetic algorithm (ECGA). Based on the analysis,
    empirical relations for population sizing and convergence time
    have been derived and are compared with the existing
    relations. We then apply ECGA to a non-azeotropic binary
    working fluid power cycle optimization problem. The optimal
    power cycle obtained improved the cycle efficiency by 2.5%
    over that existing cycles, thus illustrating the capabilities
    of ECGA in solving real-world problems.

    ---------------------------

    IlliGAL Report No 2000027

    XCSJava 1.0: An implementation of the XCS classifier system 
    in Java

    Martin V. Butz

    Abstract:

    The XCSJava 1.0 implementation of the XCS classifier system
    in Java is freely available from the IlliGAL anonymous
    ftp-site. The implementation covers the basic features of the
    XCS classifier system and provides a multiplexer and maze
    environment for testing purposes. This paper explains how to
    download, compile, and run the code. Moreover, it explains
    the object oriented approach in the implementation and the
    possible parameter manipulation as well as the environmental
    interface to hook in other test environments. Additionally to
    the source code, an executable package of the version as well
    as an XCSJava 1.0 API documentation is provided.

    -------------------------------------------------------------

(2) NEW SOFTWARE:


    1. C++ Implementation of the Bayesian Optimization Algorithm 
       (BOA) with Decision Graphs
       version 1.0
       Martin Pelikan

       Available at
       ftp://ftp-illigal.ge.uiuc.edu/pub/src/decisionGraphBOA/dBOA.tar.Z


    2. Java Implementation of the XCS Classifier System (XCSJava)
       version 1.0
       Martin V. Butz

       Available at
       ftp://ftp-illigal.ge.uiuc.edu/pub/src/XCSJava/XCSJava1.0.tar.Z

    3. XCS classifier system implementation
       version 1.1
       Martin V. Butz

       Available at
       ftp://ftp-illigal.ge.uiuc.edu/pub/src/XCS/XCS-C1.1.tar.Z

    -------------------------------------------------------------

RETRIEVAL/ORDERING:
 
   The above IlliGAL reports and publications, along with other 
   publications and source code, are available electronically via FTP or 
   WWW, or as hardcopy directly from us:
 
     FTP:    ftp ftp-illigal.ge.uiuc.edu
             login:  anonymous  
             password:  (your email address)
             cd /pub/papers/IlliGALs  (for reports)   or
             cd /pub/papers/Publications (for preprints) or
             cd /pub/src  (for GA and classifier system source code)
             binary
             get 99022.ps.Z                    (for example) 
 
    Please look at the README files for explanations of what the file 
    names mean.  IlliGAL reports are all compressed postscript files.  
 
     WWW:           To access the IlliGAL home page, open
                    http://www-illigal.ge.uiuc.edu/
 
     HARDCOPY:
 
    You can also order hardcopy versions of most IlliGAL publications
    Use the order form in the web or request them directly 
    (by IlliGAL number or title) from the IlliGAL librarian:
 
     Internet:  [log in to unmask]  Phone:  217/333-2346 
                                             Fax:    217/244-5705 
     Surface mail:   IlliGAL Librarian 
                     Department of General Engineering 
                     117 Transportation Building 
                     104 South Mathews Avenue 
                     Urbana, IL 61801-2996       USA  
 
    When ordering hardcopy, please include your surface mail address!  
 
----------------------------------------------
 Martin Pelikan
 Illinois Genetic Algorithms Laboratory
 University of Illinois at Urbana Champaign
 117 Transportation Building 
 104 S. Mathews Avenue, Urbana, IL 61801
 tel: (217) 333-2346, fax: (217) 244-5705
----------------------------------------------


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Top of Message | Previous Page | Permalink

JiscMail Tools


RSS Feeds and Sharing


Advanced Options


Archives

May 2024
April 2024
March 2024
February 2024
January 2024
December 2023
November 2023
October 2023
September 2023
August 2023
July 2023
June 2023
May 2023
April 2023
March 2023
February 2023
January 2023
December 2022
November 2022
October 2022
September 2022
August 2022
July 2022
June 2022
May 2022
April 2022
March 2022
February 2022
January 2022
December 2021
November 2021
October 2021
September 2021
August 2021
July 2021
June 2021
May 2021
April 2021
March 2021
February 2021
January 2021
December 2020
November 2020
October 2020
September 2020
August 2020
July 2020
June 2020
May 2020
April 2020
March 2020
February 2020
January 2020
December 2019
November 2019
October 2019
September 2019
August 2019
July 2019
June 2019
May 2019
April 2019
March 2019
February 2019
January 2019
December 2018
November 2018
October 2018
September 2018
August 2018
July 2018
June 2018
May 2018
April 2018
March 2018
February 2018
January 2018
December 2017
November 2017
October 2017
September 2017
August 2017
July 2017
June 2017
May 2017
April 2017
March 2017
February 2017
January 2017
December 2016
November 2016
October 2016
September 2016
August 2016
July 2016
June 2016
May 2016
April 2016
March 2016
February 2016
January 2016
December 2015
November 2015
October 2015
September 2015
August 2015
July 2015
June 2015
May 2015
April 2015
March 2015
February 2015
January 2015
December 2014
November 2014
October 2014
September 2014
August 2014
July 2014
June 2014
May 2014
April 2014
March 2014
February 2014
January 2014
December 2013
November 2013
October 2013
September 2013
August 2013
July 2013
June 2013
May 2013
April 2013
March 2013
February 2013
January 2013
December 2012
November 2012
October 2012
September 2012
August 2012
July 2012
June 2012
May 2012
April 2012
March 2012
February 2012
January 2012
December 2011
November 2011
October 2011
September 2011
August 2011
July 2011
June 2011
May 2011
April 2011
March 2011
February 2011
January 2011
December 2010
November 2010
October 2010
September 2010
August 2010
July 2010
June 2010
May 2010
April 2010
March 2010
February 2010
January 2010
December 2009
November 2009
October 2009
September 2009
August 2009
July 2009
June 2009
May 2009
April 2009
March 2009
February 2009
January 2009
December 2008
November 2008
October 2008
September 2008
August 2008
July 2008
June 2008
May 2008
April 2008
March 2008
February 2008
January 2008
December 2007
November 2007
October 2007
September 2007
August 2007
July 2007
June 2007
May 2007
April 2007
March 2007
February 2007
January 2007
December 2006
November 2006
October 2006
September 2006
August 2006
July 2006
June 2006
May 2006
April 2006
March 2006
February 2006
January 2006
December 2005
November 2005
October 2005
September 2005
August 2005
July 2005
June 2005
May 2005
April 2005
March 2005
February 2005
January 2005
December 2004
November 2004
October 2004
September 2004
August 2004
July 2004
June 2004
May 2004
April 2004
March 2004
February 2004
January 2004
December 2003
November 2003
October 2003
September 2003
August 2003
July 2003
June 2003
May 2003
April 2003
March 2003
February 2003
January 2003
December 2002
November 2002
October 2002
September 2002
August 2002
July 2002
June 2002
May 2002
April 2002
March 2002
February 2002
January 2002
December 2001
November 2001
October 2001
September 2001
August 2001
July 2001
June 2001
May 2001
April 2001
March 2001
February 2001
January 2001
December 2000
November 2000
October 2000
September 2000
August 2000
July 2000
June 2000
May 2000
April 2000
March 2000
February 2000
January 2000
December 1999
November 1999
October 1999
September 1999
August 1999
July 1999
June 1999
May 1999
April 1999
March 1999
February 1999
January 1999
December 1998
November 1998
October 1998
September 1998


JiscMail is a Jisc service.

View our service policies at https://www.jiscmail.ac.uk/policyandsecurity/ and Jisc's privacy policy at https://www.jisc.ac.uk/website/privacy-notice

For help and support help@jisc.ac.uk

Secured by F-Secure Anti-Virus CataList Email List Search Powered by the LISTSERV Email List Manager