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  November 2000

EVOLUTIONARY-COMPUTING November 2000

Options

Subscribe or Unsubscribe

Subscribe or Unsubscribe

Log In

Log In

Get Password

Get Password

Subject:

IlliGAL New Technical Reports Announcement (November, 2000)

From:

Martin Pelikan <[log in to unmask]>

Reply-To:

Martin Pelikan <[log in to unmask]>

Date:

Sun, 19 Nov 2000 18:16:10 -0600

Content-Type:

text/plain

Parts/Attachments:

Parts/Attachments

text/plain (330 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 2000028

    Mining Oblique Data with XCS

    Stewart W. Wilson

    Abstract:

    The classifier system XCS was investigated for data mining
applications
    where the dataset discrimination surface (DS) is generally oblique
to
    the attribute axes. Despite the classifiers' hyper-rectangular
    predicates, XCS reached 100% performance on synthetic problems with
    diagonal DS's and, in a train/test experiment, competitive
performance
    on the Wisconsin Breast Cancer dataset. Final classifiers in an
    extended WBC learning run were interpretable to suggest dependencies
on
    one or a few attributes. For data mining of numeric datasets with
    partially oblique discrimination surfaces, XCS shows promise from
both
    performance and pattern discovery viewpoints.    

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

    IlliGAL Report No 2000029

    A note on using genetic and evolutionary algorithms for
    multi-periodcommunication network optimisation


    Franz Rothlauf, Christian Grasser

    This paper addresses the optimization of telecommunication networks
    for a multi-period horizon. Four heuristics are presented to cope
with
    the problem to minimize the overall costs for the network over
several
    periods. For the minimization of cost we use a simple genetic
algorithm
    (GA). It is adapted in different ways to the special structure of
the
    network problem. Even in the single-period case, the stated problem
is
    hard to solve. For solving the multi-period problem we have two
    possible choices: Firstly, all periods could be solved synchronously
    (in parallel). Secondly, the different periods are optimized step by
    step (serially). With serial optimization, the algorithm could fail
in
    finding the global minimum, but the computational effort for the
    parallel optimization is so much higher that it can hardly be used
    other than in small test problems. In addition to this, the
solutions
    for the periods are very similar, meaning that the parallel
    optimization has to detect a lot of redundant information. To
optimize
    the overall costs serially we present four different approaches. The
    first, and most simple optimizes the structure of the network for
each
    period independently of the solutions for other periods. The second
    approach optimizes only the structure for the first period, and the
    structure of the network is not changed for the following periods.
Only
    the capacities of the links are scaled up according to the necessary
    demands. The third approach optimizes serially the structure of the
    networks for the different time periods starting from the first. For
    the fitness of the individuals, the overall cost of the network,
    including the cost for changing the lines between the periods, is
    used. Finally we propose an extension of the third approach. In an
    initial step, all time periods are optimized sequentially and
    independently from each other. After the first run over the whole
    planning horizon, we will pick out periods randomly and optimize
this
    period with respect to the previous and next periods. We believe
that
    this extension leads to a more stable and robust solution of the
    network design problem. We present some results for the first three
    approaches for a specific real-world problem. A short investigation
of
    the performance shows that we gain the best results by using the
third
    approach.

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

    IlliGAL Report No 2000030

    The parameter-less genetic algorithm: Rational and automated
parameter
    selection for simplified genetic algorithm operation

    Fernando G. Lobo

    Abstract:

    Genetic algorithms (GAs) have been used to solve difficult
optimization
    problems in a number of fields. One of the advantages of these
    algorithms is that they operate well even in domains where little is
    known, thus giving the GA the flavor of a general purpose problem
    solver. However, in order to solve a problem with the GA, the user
    usually has to specify a number of parameters that have little to do
    with the user's problem, and have more to do with the way the GA
    operates. This dissertation presents a technique that greatly
    simplifies the GA operation by relieving the user from having to set
    these parameters. Instead, the parameters are set automatically by
the
    algorithm itself. The validity of the approach is illustrated with
    artificial problems often used to test GA techniques, and also with
a
    simplified version of a network expansion problem.

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

    IlliGAL Report No 2000031

    Network random keys - a tree network representation scheme for
genetic
    and evolutionary algorithms

    Franz Rothlauf, David E. Goldberg, Armin Heinzl

    Abstract: 

    When using genetic and evolutionary algorithms for the design of
    network structures, a good choice of the representation scheme for
the
    construction of the genotype is important for the performance of the
    algorithm. One of the most common representation schemes for
networks
    is the characteristic vector representation. However, with encoding
    tree networks, and using crossover and mutation, invalid individuals
    occur that are either under- or over-specified.% and need some kind
of
    repair mechanism. When constructing the offspring, or repairing the
    invalid individuals that do not represent a tree, it is not possible
to
    distinguish between the importance of the links which should be
    used. These problems can be overcome by transferring the concept of
    random keys from scheduling and ordering problems, to the encoding
of
    tree networks. This paper investigates the performance of a simple
    genetic algorithm (SGA) using network random keys (NetKeys) for a
    One-Max-Tree and a real-world problem. The comparison between the
    network random keys and the characteristic vector encoding shows
that
    despite the effects of stealth mutation that favors the
characteristic
    vector representation a selectorecombinative GA with NetKeys has
some
    advantages for small and easy optimization problems. As soon as it
    comes to more complex problems, a GA with network random keys
    outperforms significantly a GA using characteristic vectors.  The
paper
    shows that random keys can be used for the encoding of tree
networks,
    and that GAs using network random keys are able to solve complex
tree
    network problems much faster than when using the characteristic
    vector. Users should be encouraged to use network random keys for
the
    representation of tree networks.

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

    IlliGAL Report No 2000032

    The Anticipatory Classifier System and Genetic Generalization

    Martin Butz, David E. Goldberg, Wolfgang Stolzmann

    Abstract:

    The anticipatory classifier system (ACS) combines the learning
    classifier system framework with the learning theory of anticipatory
    behavioral control. The result is an evolutionary system that builds
an
    environmental model and further applies reinforcement learning
    techniques to form an optimal behavioral policy in the model. After
    providing some background as well as outlining the objectives of the
    system, we explain in detail all involved current
    processes. Furthermore, we analyze the deficiency of
    over-specialization in the anticipatory learning process (ALP), the
    main learning mechanism in the ACS. Consequently, we introduce a
    genetic algorithm (GA) to the ACS that is meant for generalization
of
    over-specialized classifiers. We show that it is possible to form a
    symbiosis between a directed specialization and a genetic
    generalization mechanism achieving a learning mechanism that evolves
a
    complete, accurate, and compact description of a perceived
    environment. Results in three different environmental settings
confirm
    the usefulness of the genetic algorithm in the ACS. Finally, we
discuss
    future research directions with the ACS and anticipatory systems in
    general.

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

    IlliGAL Report No 2000033

    Progress Toward Linkage Learning in Real-Coded GAs with Simplex
    Crossover

    Shigeyoshi Tsutsui, David E. Goldberg, Kumara Sastry

    In recent years, many researchers have concentrated on using
    real-valued genes in genetic and evolutionary algorithms
    (GEAs). Previous studies have proposed simplex crossover (SPX) for
    real-coded GAs. SPX has several good characteristics and works well
on
    various test functions. However, SPX fails on functions that consist
of
    tightly linked sub-functions. On those functions, SPX should be
applied
    on each tightly linked group of parameters. In this paper, we
propose a
    method of linkage identification in real-coded GAs with SPX and
    evaluate it using several test functions. The mechanism works well
on
    many of the test functions used. We also discuss difficulties with
the
    proposed method on more complex test functions and show possible
    solutions to the problems.

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

    IlliGAL Report No 2000034

    Ordering messy genetic algorithm in C++

    Dimitri Knjazew

    The OmeGA 1.0 implementation of the ordering messy genetic algorithm
in
    C++ is freely available from the IlliGAL anonymous ftp-site. The
    implementation covers the basic features of the OmeGA and provides
    three permutation problems for testing purposes. This paper explains
    how to download, compile, and run the code.

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

(2) NEW SOFTWARE:


    1. C++ implementation of the Ordering Messy Genetic Algorithm
       (OMEGA)
       Dimitri Knjazew

       Available at
       ftp://ftp-illigal.ge.uiuc.edu/pub/src/OmeGA/omega.tar.gz


    2. New version 1.1 of the BOA with decision graphs
       Martin Pelikan

       Available at
      
ftp://ftp-illigal.ge.uiuc.edu/pub/src/decisionGraphBOA/dBOA1-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