Last data update: 2014.03.03

emoa

Package: emoa
Title: Evolutionary Multiobjective Optimization Algorithms
Description: Collection of building blocks for the design and analysis
of evolutionary multiobjective optimization algorithms.
Author: Olaf Mersmann <olafm@statistik.tu-dortmund.de>
Maintainer: Olaf Mersmann <olafm@statistik.tu-dortmund.de>
License: GPL-2
URL: http://www.statistik.tu-dortmund.de/~olafm/software/emoa/
LazyData: yes
Version: 0.5-0
Suggests: RUnit
Collate: 'cec2009.r' 'control.R' 'crowding_distance.r' 'dominance.r'
'emoa.r' 'front_edge.R' 'hypervolume.r' 'indicators.r'
'logger.R' 'poly_mutation.r' 'sb_crossover.r' 'selection.r'
'sympart.r' 'utilities.r'
Date:
Packaged: 2012-09-25 10:58:53 UTC; olafm
Repository: CRAN
Date/Publication: 2012-09-25 11:35:13


Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'emoa' ...
** package 'emoa' successfully unpacked and MD5 sums checked
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -DVARIANT=4 -c -o avl.o avl.c
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c cec2009.c -o cec2009.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c crowding_distance.c -o crowding_distance.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c dominance.c -o dominance.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c eps_ind.c -o eps_ind.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c front_edge.c -o front_edge.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -DVARIANT=4 -c -o hv.o hv.c
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c hypervolume.c -o hypervolume.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c poly_mutation.c -o poly_mutation.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c r_ind.c -o r_ind.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c sb_crossover.c -o sb_crossover.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c sympart.c -o sympart.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c utilities.c -o utilities.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o emoa.so avl.o cec2009.o crowding_distance.o dominance.o eps_ind.o front_edge.o hv.o hypervolume.o poly_mutation.o r_ind.o sb_crossover.o sympart.o utilities.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/emoa/libs
** R
** data
*** moving datasets to lazyload DB
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'emoa'
    finding HTML links ... done
    binary_indicator                        html  
    cec2007                                 html  
    cec2007_functions                       html  
    cec2009_functions                       html  
    coalesce                                html  
    crowding_distance                       html  
    dom_op                                  html  
    dominated_hypervolume                   html  
    emoa-package                            html  
    emoa_console_logger                     html  
    emoa_control                            html  
    emoa_logger                             html  
    emoa_null_logger                        html  
    inbounds                                html  
    nds_hv_selection                        html  
    nds_rank                                html  
    nondominated_points                     html  
    normalize_points                        html  
    pm_control                              html  
    pm_operator                             html  
    sbx_control                             html  
    sbx_operator                            html  
    steady_state_emoa_control               html  
    unary_r2_indicator                      html  
    which_points_on_edge                    html  
** building package indices
** testing if installed package can be loaded
* DONE (emoa)
Making 'packages.html' ... done