-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbibliography.bib
4768 lines (4274 loc) · 193 KB
/
bibliography.bib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
@InProceedings{merelo88,
author = {J. J. Merelo and J. C. Torres and A. Prieto},
title = {Algorithms and Structures in Symbolic computing},
booktitle = {Procs. Mini and Microcomputers and their Applications, MIMI '88},
year = 1988,
editor = {Emilio Luque},
organization = {ISMM}
}
@Article{parallel90,
author = { I. Garc\'ia; Juan-Juli\'an Merelo-Guerv\'os; J. D. Bruguera; E. L. Zapata},
title = { Parallel Quadrant Interlocking Factorization on Hypercube Computer},
journal = {J. Parallel Computing},
year = 1990,
volume = 15,
number = {1--3},
pages = {87-100},
abstract = {In this article we present an adaptation of the QIF
(Quadrant Interlocking Factorization) algorithm,
which solves systems of linear equations, for
implementation in SIMD hypercube computers with
distributed memory. This method is based in the WZ
decomposition of the system's matrix. The parallel
algorithm developed is general in the sense that
there is no restriction imposed on the size of the
problem and that it is independent of the dimension
of the hypercube. The comparison of this algorithm
with the parallel algorithms based on the LU
factorization show that the execution time is
divided by a factor of two, approximately},
note = {\url{http://dx.doi.org/10.1016/0167-8191(90)90033-6}},
annote = {Impact Factor: 0.625, references (WOS): 6 (3 self-citations)}
}
@Article{jjproteng,
author = {M. A. Andrade and P. Chac\'on and Juan-Julián Merelo-Guerv\'os and F. Morán },
title = {Evaluation of secondary structure of proteins from {UV} circular dichroism spectra},
journal = {Protein Engineering},
year = 1993,
volume = 6,
number = 4,
pages = {383-390},
note = {\url{http://citeseer.nj.nec.com/context/1568427/0}},
annote = {Impact factor: 2.126 (2002)}
}
@Article{jjprot94,
author = {Juan-Julián Merelo-Guerv\'os; M. A. Andrade; A. Prieto; F. Morán},
title = {Proteinotopic feature maps},
journal = {Neurocomputing},
year = 1994,
volume = 6,
number = 4,
pages = {443--454},
note = {Abstract available as \url{http://dx.doi.org/10.1016/0925-2312(94)90021-3}, Citeseer: \url{http://citeseer.ist.psu.edu/context/930688/0} },
annote = {Impact factor: 0.620 (2002)}
}
@Article{ccai94,
author = {A. Etxeberria; Juan-Julián Merelo-Guerv\'os; A. Moreno},
title = {Representation of organisms with basic cognitive capacities in artificial worlds},
journal = {CCAI},
year = 1994,
volume = 11,
number = {1--2},
pages = {31--53},
note ={Abstract available from \url{http://www.mines.u-nancy.fr/\~arc/publications/intellectica/sommaires.html\#num\%E9ro\%2018}}
}
@InProceedings{esann94,
author = {M. Chiaberge; Juan-Julián Merelo-Guerv\'os; L. M. Reyneri; A. Prieto;
L. Zocca},
title = {A Comparison of Neural Networks, Linear
Controllers, Genetic Algorithms and Simulated Annealing
for Real Time Control},
booktitle = {Proceedings of the European
Symposium on Artificial Neural Networks. Index available from \url{http://www.dice.ucl.ac.be/esann/proceedings/esann1994/content.htm}},
year = 1994,
publisher = {D facto (Brussels)},
pages = {205--210},
note = {Available from \url{http://polimage.polito.it/~marcello/articoli/esann.94.jj.pdf} and a scanned version from \url{http://www.dice.ucl.ac.be/Proceedings/esann/esannpdf/es1994-533-S.pdf}}}
@InProceedings{bmcm94,
author = {Alvaro Moreno and Juan-Julián Merelo-Guerv\'os and Arantza Etxeberria},
title = {Perception, Adaptation and Learning},
booktitle = {Autopoiesis and Perception },
pages = {65-70},
year = 1994,
editor = {B. McMullin and N. Murphy},
organization = {Dublin City University},
note = {\url{http://citeseer.ist.psu.edu/context/930688/0}. Available online from \url{http://www.eeng.dcu.ie/~alife/bmcm9401/moreno.pdf}}
}
@Book{ECAL95,
author = {F. Morán; A. Moreno; Juan-Julián Merelo-Guerv\'os; P. Chac\'on},
title = {Advances in Artificial Life},
publisher = {Springer-Verlag},
year = 1995,
volume = 929,
series = { Lectures Notes in Artificial Intelligence},
note = { Available from \url{http://www.amazon.com/exec/obidos/ASIN/3540594965/perltutobyjjmer} and \url{http://www.springeronline.com/sgw/cda/frontpage/0,10735,5-40109-22-1442553-0,00.html}}
}
@InProceedings{bernierIWANN95,
author = "J. L. Bernier and Juan-Julián Merelo-Guerv\'os and J. Ortega and A. Prieto",
title = {Test
Pattern Generation for Analog Circuits Using Neural
Networks and Evolutive Algorithms},
booktitle = { From Natural to
Artificial Neural Computation},
editor = {J. Mira, F.Sandoval},
number = 930,
series = { Lecture Notes in Computer Science},
year = 1995,
publisher = {Springer Verlag},
pages = {838--844}
}
@InProceedings{glvq95,
author = "Juan-Julián Merelo-Guerv\'os and A. Prieto",
title = {{\sc g-lvq}, a combination of genetic algorithms and {\sc lvq}},
booktitle = {Artificial Neural Nets and Genetic Algorithms},
editor = {D.W.Pearson, N.C.Steele and R.F.Albrecht},
year = 1995,
publisher = {Springer-Verlag},
pages = {92--95},
note = {Available in HTML from \url{http://geneura.ugr.es/g-lvq/g-lvq.html}; Mention in {\tt comp.ai.neural-nets FAQ: \url{http://www.faqs.org/faqs/ai-faq/neural-nets/part7/section-9.html}; citeseer:\url{http://citeseer.nj.nec.com/merelo95design.html}, \url{http://citeseer.nj.nec.com/context/2183764/0}}
}
}
@InProceedings{jj-ppsn96,
author = "J. L. Bernier and Carlos-Ilia Herr\'aiz and Juan-Julián Merelo-Guerv\'os
and S. Olmeda and A. Prieto",
title = {{Solving {\em {M}aster{M}ind} using {GA}s and simulated
annealing: a case of dynamic constraint optimization}},
booktitle = {Proceedings PPSN, Parallel Problem Solving from
Nature IV},
year = 1996,
series = "Lecture Notes in Computer Science",
number = 1141,
pages = "553--563",
publisher = {Springer-Verlag},
doi = {10.1007/3-540-61723-X\_1019},
url = {http://www.springerlink.com/content/78j7430828t2867g}
}
@InProceedings{ALIFEV,
author = {Carlos-Ilia Herr\'aiz; Juan-Julián Merelo-Guerv\'os; S. Olmeda; A.Prieto},
title = {An individual-based model that reproduces natural distribution of species abundance and diversity},
booktitle = {Artificial Life V},
year = 1997,
publisher = {MIT Press},
pages = {308--315},
chapter = 38,
note = {\url{http://citeseer.nj.nec.com/231144.html}, available from \url{http://geneura.ugr.es/pub/papers/JJMerelo-ALIFEV.ps.gz}}
}
@Manual{Merelo96GAGS,
author="J. J. Merelo and A. Prieto and Grupo GeNeura",
title="GAGS, Genetic Algorithms from Granada, Spain , a fexible object-oriented library for evolutionary computation",
organization="Department of Electronics and Computer Technology",
address="Facultad de Ciencias. Campus Fuentenueva, s/n. 18071 Granada (Spain)",
month="August",
year=1996,
note={\url{http://citeseer.nj.nec.com/context/140293/0}}}
@InProceedings{i.rojas97,
author = {I. Rojas and Juan-Julián Merelo-Guerv\'os and H. Pomares and A. Prieto},
title = {Genetic Algorithms for Optimum Designing of Fuzzy Controllers},
booktitle = {Proceedings of the 2nd. Int. ICSC Symposium on Fuzzy Logic
and Applications (ISFL'97)},
year = 1997,
organization = {International Computer Science Conventions},
publisher = {ICSC Academic Press},
pages = {165--170}
}
@InProceedings{MI97,
author = {Juan-Julián Merelo-Guerv\'os and V. Rivas},
title = {La universidad: aqui al lado, con internet},
booktitle = {Libro de ponencias conferencia Mundo Internet, 97},
year = 1997,
publisher = {Asociaci\'on de usuarios de internet},
pages = {253--258}
}
@InProceedings{AISB97,
author = {Juan-Julián Merelo-Guerv\'os; A. Prieto; V. Rivas; J. L. Valderrábano},
title = {Designing Advertising Strategies using a Genetic Algorithm},
booktitle = {4th AISB Workshop on Evolutionary Computing},
series = {Lecture Notes in Computer Science},
year = 1997,
publisher = {Springer}
}
@InProceedings{IWANN97,
author = {Juan-Julián Merelo-Guerv\'os and A. Prieto and F. Morán},
title = {A {GA}-optimized Neural Network for classification of
biological particles from electron-microscopy images},
booktitle = {Proceedings IWANN 97},
editor = {Prieto, Mira, Cabestany},
series = {LNCS},
number = 1240,
year = 1997,
pages = {1174--1182},
publisher = {Springer-Verlag}
}
@Unpublished{merelo:ecal97,
author = {Juan-Julián Merelo-Guerv\'os; A. Prieto; V. Rivas; Juan Luis Valderrábano},
title = {An agent based model for the study of publicity/consumer dynamics },
note = {Poster accepted at the {ECAL'97} conference; available from \url{http://www.cogs.susx.ac.uk/ecal97/present.html}, Also available as Santa Fe Institute Working-Papers 97-03-018 from \url{http://www.santafe.edu/sfi/publications/Working-Papers/97-03-018.ps}},
year = 1997
}
@Manual{breeder,
title = {Breeder user\'{}s and programmer\'{}s Manual},
author = {J. J. Merelo},
year = 1997,
note = {Available from \url{http://info.fysik.dtu.dk/chaos/guides/swarmdocs/swarmlibs/libga.ps}},
annote = {Manual for the Breeder Genetic Algorithm library for the Swarm simulation system}
}
@misc{guervos2010informatica,
title={Inform{\'a}tica evolutiva},
author={Merelo-Guerv{\'o}s, Juan-Julián},
note={En l{\'\i}nea]. \url{http://geneura. ugr. es/\~jmerelo/ie/ags. htm}.[{\'U}ltimo acceso: 2013]}
}
@InProceedings{i.rojas97-ie3,
author = {I.Rojas and J. J. Merelo and J.L.Bernier and A.Prieto},
title = {A new approach to fuzzy controller designing and coding via genetic algorithms},
booktitle = {Proceedings of 6th IEEE International Conference on Fuzzy Systems},
year = 1997,
pages = {1505--1510},
month = {July},
note = {Available from \url{http://ieeexplore.ieee.org/iel3/4864/13484/00619766.pdf}}
}
@InBook{merelo:ESNN,
author = {Juan-Julián Merelo-Guerv\'os and A. Prieto and F. Mor\'{a}n},
title = {Optimization of classifiers using genetic algorithms},
editors = {Mukesh J. Patel, Vasant Honavar, Karthik Balakrishnan},
booktitle = {Advances in the Evolutionary Synthesis of Intelligent Agents},
chapter = {4},
publisher = {MIT press},
year = {2001},
pages = {91--108},
note = { ISBN: 0262162016; draft available from \url{http://geneura.ugr.es/pub/papers/g-lvq-book.ps.gz} },
annote = {cita: http://www3.interscience.wiley.com/cgi-bin/abstract/105559727/REFERENCES}
}
@InBook{gags98,
author = {Juan-Julián Merelo-Guerv\'os; G. Romero},
title = {Practical handbook of Genetic Algorithms, vol.3: Complex Coding Systems},
chapter = {10, Doing {GA}s with {\sc gags}},
publisher = {CRC press},
pages = {385--406},
year = 1999,
}
@Article{glvq98,
author = {Juan-Julián Merelo-Guerv\'os; A. Prieto; F. Mor\'{a}n; R. Marabini; J. M. Carazo},
title = {Automatic Classification of Biological Particles from Electron-Microscopy Images Using Conventional and Genetic-algorithm Optimized Learning Vector Quantization},
journal = {Neural Processing Letters},
year = 1998,
mont = "August",
volume = 8,
number = 1,
pages = {55--65},
note = {Draft available from \url{http://geneura.ugr.es/pub/papers/NPL98.ps.gz}; \url{http://dx.doi.org/10.1023/A:1009617113191} },
annote = {Impact factor: 0.317}
}
@InProceedings{jj-ppsn98,
author = "J. G. Peñalver and Juan-Julián Merelo-Guervós",
title = {Optimizing Web Page Layout using an annealed Genetic Algorithm as client-side script},
editors ={},
booktitle = {Proceedings PPSN, Parallel Problem Solving from
Nature V},
year = 1998,
pages = {1018-1027},
series = "Lecture Notes in Computer Science",
number = {1967},
publisher = {Springer-Verlag},
note = {\url{http://www.springerlink.com/link.asp?id=2gqqar9cv3et5nlg}}
}
@Article{merelo98,
author = {Juan-Julián Merelo-Guerv\'os; A. Prieto; V. Rivas; J. L. Valderr\'{a}bano},
title = {A neural net-based model for decision making in marketing},
journal = {Accounting, Management and Information Technologies},
year = 1998,
volume = 8,
pages= {237--253},
note= {\url{http://dx.doi.org/10.1016/S0959-8022(98)00012-5},
available from \url{http://geneura.ugr.es/pub/papers/consumer-AIMC.ps.gz} }
}
@InProceedings{mereloIWANN99,
author = {Juan-Julián Merelo-Guerv\'os and A. Prieto and V. Rivas and G. Romero and P. Castillo and A. Pascual and J. M. Carazo},
title = {Improved automatic classification of biological particles from electron-microscopy images using genetic neural nets},
crossref = {IWANN99:2},
booktitle = {Proceedings IWANN 99},
pages = {373-382}
}
@InProceedings{jesusIWANN99,
author = {J. González and Juan-Julián Merelo-Guerv\'os and P. A. Castillo and V. Rivas and G. Romero and A. Prieto},
title = {Optimized Web Newspaper Layout using Simulated Annealing},
crossref = {IWANN99:2},
pages = {759-768}
}
@InProceedings{albertoIWANN99,
author = {A. Pascual and M. Bárcena and Juan-Julián Merelo-Guerv\'os and J. M. Carazo },
title = {{Application of the Fuzzy {}Kohonen Clustering Network to Biological Macromolecules Images Classification}},
booktitle = {IWANN99:2},
crossref = {IWANN99:2},
pages = {331-340}
}
@InProceedings{castilloIWANN99,
author = {P. A. Castillo and J. Gonz\'{a}lez and Juan-Julián Merelo-Guerv\'os and A. Prieto and V. Rivas and G. Romero },
title = {{SA}-{P}rop: Optimization of Multilayer Perceptron Parameters using Simulated Annealing},
booktitle = {Proceedings IWANN 99},
crossref = {IWANN99:1},
pages ={661-670},
note = {\url{http://citeseer.nj.nec.com/castillo98saprop.html}}
}
@proceedings{IWANN99:1,
editor = {Jos{\'e} Mira and
Juan Vincente S{\'a}nchez-Andr{\'e}s},
title = {Foundations and Tools for Neural Modeling, International
Work-Conference on Artificial and Natural Neural Networks,
IWANN '99, Alicante, Spain, June 2-4, 1999, Proceedings,
Volume I},
publisher = {Springer},
series = {Lecture Notes in Computer Science},
volume = {1606},
year = {1999},
isbn = {3-540-66069-0},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@proceedings{IWANN99:2,
editor = {Jos{\'e} Mira and
Juan Vincente S{\'a}nchez-Andr{\'e}s},
title = {Engineering Applications of Bio-Inspired Artificial Neural
Networks, International Work-Conference on Artificial and
Natural Neural Networks, IWANN '99, Alicante, Spain, June
2-4, 1999, Proceedings, Volume II},
publisher = {Springer},
series = {Lecture Notes in Computer Science},
volume = {1607},
year = {1999},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@Article{castilloNC,
author = {P. A. Castillo and Juan-Julián Merelo-Guerv\'os and A. Prieto and V. Rivas and G. Romero},
title = {{G-P}rop: Global Optimization of Multilayer Perceptrons using {GA}s},
journal = {Neurocomputing},
year = 2000,
volume = 35,
issue = {1--4},
pages = {149--163},
month = {November},
note = {\url{http://dx.doi.org/10.1016/S0925-2312(00)00302-7}, available from \url{http://geneura.ugr.es/pub/papers/castilloNC.ps.gz}},
annote = {Impact factor: 0.620 (2002), 4 citas revistas + 1 cita congreso }
}
@InProceedings{castilloCEC99,
author = {P. A. Castillo and J. Gonz\'{a}lez and Juan-Julián Merelo-Guerv\'os and A. Prieto and V. Rivas and G. Romero},
title = {{G-Prop-II}: Global Optimization of Multilayer Perceptrons using {GA}s},
booktitle = {Evolutionary Computation, 1999. CEC 99. Proceedings of the 1999 Congress on},
pages = {2027},
volume = 3,
year = 1999,
note = {Available from \url{http://ieeexplore.ieee.org/iel5/6342/16970/00785523.pdf}}
}
@InProceedings{castilloGECCO99,
author = {P. A. Castillo and J. Gonz\'{a}lez and Juan-Julián Merelo-Guerv\'os and A. Prieto and V. Rivas and G. Romero},
title = {{G-Prop-III}: Global Optimization of Multilayer Perceptrons using an Evolutionary Algorithm},
booktitle = {GECCO-99: PROCEEDINGS OF THE GENETIC AND EVOLUTIONARY COMPUTATION CONFERENCE},
pages = {942},
year = 1999,
note = {Index available from \url{http://www.cs.bham.ac.uk/~wbl/biblio/gecco99lb.bib}}
}
@InProceedings{ECAL99:Kepa,
author = {K. Ruiz-Mirazo and A. Moreno and F. Mor\'{a}n and J. Peret\'{o} and Juan-Julián Merelo-Guerv\'os},
title = {Designing a Simulation Model of a Self-Maintaining Cellular System},
crossref = {ECAL99},
pages = {379-388},
year = 1999,
}
@Unpublished{eo99,
author = {Juan-Julián Merelo-Guerv\'os},
title = {{E}volving {O}bjects},
note = {Available from \url{http://geneura.ugr.es/\~{j}merelo/EOpaper/}}
}
@InProceedings{genmm99,
author = {Juan-Julián Merelo-Guerv\'os and J. Carpio and P. Castillo and V. M. Rivas and G. Romero},
title = {Finding a needle in a haystack using hints and evolutionary computation: the case of {G}enetic {M}astermind},
booktitle = {Late breaking papers at the GECCO99},
pages = {184--192},
year = 1999,
editor = {Scott Brave, Annie S. Wu}
}
@Article{victor99,
author = {Victor M. Rivas; Juan-Julián Merelo-Guerv\'os; I. Rojas; G. Romero; P.A. Castillo; J. Carpio},
title = {Evolving 2-Dimensional Fuzzy Systems},
journal = {Fuzzy Sets and Systems},
volume = 138,
issue = 2,
number = 1,
pages = {381--398},
month = {September},
year = 2003,
note = {Available as \url{http://dx.doi.org/10.1016/S0006-8993(00)02382-9}},
annote = {Impact factor: 0.550}
}
@InProceedings{EO:FEA2000,
author = {Juan-Julián Merelo-Guerv\'os and M. G. Arenas and J. Carpio and P. Castillo and V. M. Rivas and G. Romero and M. Schoenauer},
title = {Evolving objects},
crossref = {FEA2000},
pages = {1083--1086},
}
@InProceedings{Jini:FEA2000,
author = {J. Atienza and P. A. Castillo and M. Garc\'{i}a and J. Gonz\'{a}lez and J.J. Merelo},
title = {Jenetic: a distributed, fine-grained, asynchronous evolutionary algorithm using {J}ini},
crossref = {FEA2000},
pages = {1087--1089},
}
@Proceedings{FEA2000,
title = {FEA2000 (Frontiers in Evolutionary Algorithms)},
booktitle = {Proc. JCIS 2000 (Joint Conference on Information Sciences)},
year = 2000,
editor = {P. P. Wang},
volume = {I},
note = {ISBN: 0-9643456-9-2}
}
@Article {CastilloNPL,
author = {P.A. Castillo; J. Carpio; Juan-Julián Merelo-Guerv\'os; V. Rivas;
G. Romero; A. Prieto},
title = {Evolving Multilayer Perceptrons},
journal = {Neural Processing Letters},
volume = 12,
issue = 2,
pages = {115-127},
month = {October},
year = 2000,
note = {\url{http://dx.doi.org/10.1023/A:1009684907680}},
annote = {Impact factor: 0.317}
}
@Article {PascualUM,
author = {A. Pascual; M. Bárcena; Juan-Julián Merelo-Guerv\'os; J. M. Carazo},
title = {Mapping and fuzzy classification of macromolecular images using
self-organizing neural networks},
journal = {Ultramicroscopy},
volume = 84,
pages ={ 85--99 },
year = 2000,
note = {\url{http://dx.doi.org/10.1016/S0304-3991(00)00022-X}},
annote = {Impact factor: 1.772 (2002)}
}
@Article{somcd,
author = {P. B. D. Unneberg and J. J. Merelo and P. Chac\'{o}n and F. Mor\'{a}n},
title = {{SOMCD}: a method for evaluating protein secondary structure from {UV} circular spectra},
journal = {Proteins},
volume = {42},
number ={4},
pages ={460-470},
year = 2001,
note = {Draft available from \url{http://geneura.ugr.es/pub/papers/somcd.ps.gz}. Demo also available from \url{http://somcd.geneura.org}. Doi \url{10.1002/1097-0134(20010301)42:4<460::AID-PROT50>3.0.CO;2-U}, Abstract: \url{http://www3.interscience.wiley.com/cgi-bin/abstract/76506907/ABSTRACT}},
annote = {Impact factor: 4.096 (2002)}
}
@InProceedings{Jini:Paralelos,
author = {M. Garc\'{i}a-Arenas and J. G. Castellano and P. A. Castillo and J. Carpio and M. Cillero and Juan-Julián Merelo-Guerv\'os and A. Prieto and V. Rivas and G. Romero},
title = {Speedup measurements for a distributed evolutionary algorithm that uses {J}ini},
booktitle = {XI Jornadas de Paralelismo},
year = 2000,
editor = {Depto. ATC, Universidad de Granada},
pages = {241-246}
}
@InProceedings{PEO,
author = {J. G. Castellano and M. Garc\'{i}a-Arenas and P. A. Castillo and J. Carpio and M. Cillero and Juan-Julián Merelo-Guerv\'os and A. Prieto and V. Rivas and G. Romero},
title = {Objetos evolutivos paralelos},
booktitle = {XI Jornadas de Paralelismo},
year = 2000,
editor = { Depto. ATC, Universidad de Granada},
pages = {247-252}
}
@InProceedings{gus-ppsn2000,
author = {G. Romero and M. Garc\'{i}a-Arenas and J. G. Castellano and P. A. Castillo and J. Carpio and Juan-Julián Merelo-Guerv\'os and A. Prieto and V. Rivas},
title = {Evolutionary Computation Visualization: Application to {G-PROP}},
crossref = {PPSN2000},
pages = {902--912},
}
@InProceedings{carazo00,
author = {A. Pascual and M. Bárcena and Juan-Julián Merelo-Guerv\'os and J.-M. Carazo},
title = {Self-Organizing Networks for Mapping and Clustering Biological Macromolecules Images },
booktitle = {Artificial Neural Networks in Medicine and Biology, Proceedings of the ANNIMAB conference},
year = 2000,
series = {Perspectives in neural computing},
pages = {283-288},
month = {May},
publisher = {Springer}
}
@Proceedings{PPSN2000,
title = {Parallel Problem Solving from Nature - {PPSN VI}},
year = 2000,
editor = {Marc Schoenauer and Kalyanmoy Deb and G\=unter Rudolph and Xin Yao and Evelyne Lutton and Juan Julián Merelo and Hans-Paul Schwefel},
number = 1917,
series = {Lecture Notes in Computer Science},
publisher = {Springer},
note = {Available from \url{http://www.springeronline.com/sgw/cda/frontpage/0,10735,5-146-22-2040755-0,00.html} and \url{http://www.amazon.com/exec/obidos/ASIN/3540410562/perltutobyjjmere}},
annote = {Impact factor: 0.515 (2002)}
}
@InProceedings{rivas01:noticias,
author = {Rivas, V. M. and Juan-Julián Merelo-Guerv\'os and P. A. Castillo and G. Romero},
title = {Noticias personalizadas: el peri\'odico a la carta},
booktitle = {Comunicar la Ciencia en el siglo XXI, I Congreso sobre comunicaci\'on social de la ciencia, libro II, comunicaciones, p\'osters },
year = 2001,
editor = {Ernesto Páramo Sureda},
note = {ISBN 8493063932}
}
@Proceedings{ECAL99,
booktitle = {Advances in Artificial Life : 5th European Conference, Ecal'99},
year = 1999,
editor = {D. Floreano and J.-D. Nicoud and F. Mondada},
number = 1674,
series = {Lecture Notes in Computer Science},
publisher = {Springer-Verlag}
}
@InProceedings{dream2000,
author = {B. Paechter. and T. Bäck and M. Schoenauer and M. Sebag and A. E. Eiben and J. J. Merelo and T. C. Fogarty},
title = {A Distributed Resource Evolutionary Algorithm Machine ({DREAM}) },
booktitle = {Evolutionary Computation, 2000. Proceedings of the 2000 Congress on},
pages = {951--958},
year = 2000,
volume = 2,
organization = {IEEE},
publisher = {IEEE Press},
note= {Available from \url{http://ieeexplore.ieee.org/iel5/6997/18853/00870746.pdf} }
}
@InProceedings{valderrabano01,
author = {Juan Luis Valderrábano and Eduardo Madinaveitia and Juan-Julián Merelo-Guerv\'os and P.A. Castillo},
title = {NOTORIEDAD Y PRESI\'ON PUBLICITARIA: Pueden los nuevos m\'etodos matemáticos ayudarnos a mejorar la eficacia de la publicidad?},
booktitle = {Ponencias del 96 Seminario. 17º Seminario de Televisi\'on, pp.149-159. AEDEMO. Jerez de la Frontera, 7 al 9 de Febrero},
year = 2001
}
@Article{jesus01,
author = {J. González and I. Rojas and H. Pomares and M. Salmer\'on and A.Prieto and Juan-Julián Merelo-Guerv\'os},
title = {Optimization of web newspaper layout in real time},
journal = {Computer Networks},
year = 2001,
publisher = {Elsevier},
volume = 36,
pages = {311-321},
note = {Available from \url{http://dx.doi.org/10.1016/S1389-1286(01)00158-X}}
}
@Article {CastilloEAA2001,
author = {P.A. Castillo and J. M. de la Torre and Juan-Julián Merelo-Guerv\'os and I.
Román},
title = {{Forecasting business failure. A comparison of neural
networks and logistic regression for the Spanish companies}},
journal = {Accepted in 24th Annual Congress European Accounting
Association. Athens, 18-20 April},
year = 2001
}
@InProceedings {gprop2001,
author = {P.A. Castillo and M.G. Arenas and J.G. Castellano and M.Cillero and Juan-Julián Merelo-Guerv\'os and A. Prieto and V. Rivas and G. Romero},
title = {Function Approximation with Evolved Multilayer Perceptrons},
booktitle = {Advances in Neural Networks and Applications. Artificial Intelligence Series. Nikos E. Mastorakis Editor. ISBN:960-8052-26-2, pp.195-200, Published by World Scientific and Engineering Society Press},
year = 2001
}
@Article {CastilloAEPIA2001,
author = {P.A. Castillo and J.G. Castellano and Juan-Julián Merelo-Guerv\'os and
A. Prieto},
title = {{Dise\~no de Redes Neuronales Artificiales Mediante
Algoritmos Evolutivos}},
journal = {Inteligencia Artificial, Revista Iberoamericana de
Inteligencia Artificial. No.14, pp. 2-32. (ISSN: 1137-3601). (c) AEPIA
(http://aepia.dsic.upv.es/)},
year = 2001
}
@InProceedings{jenui01,
author = {Juan-Julián Merelo-Guerv\'os and P. A. Castillo and A. Prieto},
title = {Integraci\'on de una asignatura en Internet: el caso de Dise\~no y Evaluación de
Configuraciones },
booktitle = {Actas {JENUI}\'{}01, {VII} Jornadas de Enseñanza Universitaria de
la Informática},
year = 2001,
month = {July}
}
@InProceedings{victorIWANN01,
author = {V. Rivas and P. A. Castillo and Juan-Julián Merelo-Guerv\'os },
title = {Evolving {RBF} Neural Network},
crossref = {IWANN01},
pages = {506--513}
}
@InProceedings{gusIWANN01,
author = {Gustavo Romero and Pedro A. Castillo and Juan-Julián Merelo-Guerv\'os and Alberto Prieto},
title = {Using {SOM} for Neural Network Visualization},
crossref = {IWANN01},
pages = {629--636}
}
@Proceedings{JP2001,
title = {Actas XII Jornadas de Paralelismo},
year = 2001,
organization = {{UPV}},
publisher = {Universidad Polit\'{e}cnica de Valencia}
}
@InProceedings{maribel:jp2001,
author = {M.G. Arenas and L. Foucart and Juan-Julián Merelo-Guerv\'os and P. A. Castillo},
title = {{JEO}: a Framework for {E}volving {O}bjects in {J}ava},
pages = {185--191},
url = {http://geneura.ugr.es/pub/papers/jornadas2001.pdf},
note = {\url{http://geneura.ugr.es/pub/papers/jornadas2001.pdf}},
booktitle = {Actas Jornadas de Paralelismo},
title = {Actas XII Jornadas de Paralelismo},
year = 2001,
organization = {{UPV}},
publisher = {Universidad Polit\'{e}cnica de Valencia}
}
@InProceedings{javi:jp2001,
author = {J.G. Castellano and P.A. Castillo and Juan-Julián Merelo-Guerv\'os and G. Romero},
title = {Paralelizaci\'{o}n de evolving objects library usando {MPI}},
pages = {265--270},
booktitle = {Actas Jornadas de Paralelismo},
crossref = {JP2001}
}
@InProceedings{jj:jp2001,
author = {Juan-Julián Merelo-Guerv\'os and J.G. Castellano and P.A. Castillo and G. Romero},
title = {Algoritmos Genéticos Distribuidos Usando {SOAP}},
pages = {99--103},
booktitle = {Actas Jornadas de Paralelismo},
crossref = {JP2001}
}
@InProceedings{gus:jp2001,
author = {G. Romero and J.G. Castellano and P.A. Castillo and Juan-Julián Merelo-Guerv\'os},
title = {Implementación paralela del {SOM} usando {MPI}},
pages = {253--256},
booktitle = {Actas Jornadas de Paralelismo},
crossref = {JP2001}
}
@Proceedings{IWANN01,
title = {Connectionist Models of Neurons, Learning Processes, and Artificial Intelligence},
year = 2001,
editor = {Jos\'{e} Mira and Alberto Prieto},
number = 2084,
series = {LNCS},
publisher = {Springer-Verlag},
note = {Proceedings of the 6th International Workshop on Artificial Neural Networks, IWANN 2001, Granada, Spain, June 2001.}
}
@proceedings{DBLP:conf/ae/2001,
editor = {Pierre Collet and
Cyril Fonlupt and
Jin-Kao Hao and
Evelyne Lutton and
Marc Schoenauer},
title = {Artificial Evolution, 5th International Conference, Evolution
Artificielle, EA 2001, Le Creusot, France, October 29-31, 2001,
Selected Papers},
booktitle = {Artificial Evolution},
publisher = {Springer},
series = {Lecture Notes in Computer Science},
volume = {2310},
year = {2002},
isbn = {3-540-43544-1},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@InProceedings{EOEA01,
author = {M. Keijzer and Juan-Julián Merelo-Guerv\'os and G. Romero and M. Schoenauer},
title = {Evolving {O}bjects: a general purpose evolutionary computation library},
booktitle = {Artificial Evolution, 5th International Conference, Evolution
Artificielle, EA 2001, Le Creusot, France, October 29-31, 2001,
Selected Papers},
pages = {231--244},
editor = {Pierre Collet and
Cyril Fonlupt and
Jin-Kao Hao and
Evelyne Lutton and
Marc Schoenauer},
publisher = {Springer},
series = {Lecture Notes in Computer Science},
volume = {2310},
year = {2002},
isbn = {3-540-43544-1},
bibsource = {DBLP, http://dblp.uni-trier.de},
note = {\url{http://citeseer.nj.nec.com/context/2155872/0}, \url{http://www.springerlink.com/link.asp?id=qpc0fdxgt3523m4r}}
}
@InProceedings{FuzzyEA01,
author = {Jorge Casillas and Oscar Cord\'on and Francisco Herrera and and Juan J. Merelo},
title = {Cooperative Coevolution for Learning Fuzzy Rule-Based Systems},
pages = {311-322},
crossref = {EA01},
note = {\url{http://www.springerlink.com/link.asp?id=glcmel9r5u36j4b2}}
}
@InProceedings{SOAP-AEB02,
author = {Merelo and Castellano and Castillo},
title = {Algoritmos Evolutivos {P2P} usando {SOAP}},
pages = {31-37},
crossref = {aeb02}
}
@InProceedings{JEO-AEB02,
author = {Arenas and Foucart and Schoenauer and Merelo},
title = {Computación Evolutiva en {J}ava: {JEO}},
pages = {46--53},
crossref = {aeb02}
}
@InProceedings{OPEAL-AEB02,
author = {Juan-Julián Merelo-Guerv\'os},
title = {{OPEAL}, una librería de algoritmos evolutivos en {P}erl},
pages = {54--59},
crossref = {aeb02}
}
@InProceedings{Unreal-AEB02,
author = {R. Montoya and A. Mora and Juan-Julián Merelo-Guerv\'os},
title = {Evolución Nativa de personajes de juegos de ordenador},
pages = {212--219},
crossref = {aeb02}
}
@InProceedings{Intrones-AEB02,
author = {J. G. Castellano and P. A. Castillo and Juan-Julián Merelo-Guerv\'os and A. Prieto and V. Rivas and G. Romero},
title = {Desechar o reciclar: el papel de los operadores de variación de la longitud del cromosoma dentro de los Algoritmos Genéticos},
pages = {233--240},
crossref = {aeb02}
}
@InProceedings{vitor-AEB02,
author = { V. Ramos and J. J. Merelo},
title = {Self-Organized Stigmergic Document Maps: Environment as a mechanism for context learning},
pages = {284--293},
crossref = {aeb02},
note={\url{http://citeseer.nj.nec.com/ramos02selforganized.html}}
}
@InProceedings{baldwin-AEB02,
author = { P. Castillo and M. G. Arenas and J. G. Castellano and J. J. Merelo and A. Prieto and Rivas and Romero},
title = {Lamarckian Evolution and the {B}aldwin effect in evolutionary neural networks},
pages = {284--293},
note = {Also available as \url{http://arxiv.org/abs/cs/0603004}},
crossref = {aeb02}
}
@Article{rones,
author = {J. Quesada and Juan-Julián Merelo-Guerv\'os and M. J. Oliveras and J. González and M. Olalla and R. Blanca and M. C. López-Martínez},
title = {Application of Artificial Aging Techniques to samples of rum and comparison with traditionally aged rums by analysis with artificial neural nets},
journal = {Journal of Agricultural and Food Chemistry},
volume = 50,
number = 6,
pages= {1470--1477},
year = {2002},
note= {\url{http://dx.doi.org/10.1021/jf010889i}},
annote = {Impact factor: 1.915 (2002)}
}
@Article{jesus02,
author = {J. González and I. Rojas and H. Pomares and M. Salmerón and Juan-Julián Merelo-Guerv\'os},
title = {Web newspaper layout optimization using {S}imulated {A}nnealing},
journal = {{IEEE} Transactions on System, Man and Cybernetics B},
month = {October},
pages= {686-690},
volume ={32},
number={5},
year = 2002,
note = {Available from \url{http://ieeexplore.ieee.org/iel5/3477/22189/01033189.pdf}},
annote = {Impact Factor: 0.630}
}
@InProceedings{pufo2002,
author = {I. Román and J. M. de la Torre and P.A. Castillo and Juan-Julián Merelo-Guerv\'os},
title = {Sectorial analysis of insolvency risk prediction using neural networks. Application to spanish firms. },
booktitle = {25th Annual Congress. European Accounting Association; 25-27 April 2002, Copenhagen- Denmark},
year = 2002
}
@Proceedings{EA01,
title = {Proceedings Evolution Artificielle \'{}01, Le Creusot, France},
editors = {Collet, P. and Fonlupt, C. and Hao, J.-K. and Lutton, E. and Schoenauer},
year = 2002,
series = {Lecture Notes in Computer Science, LNCS},
number = {2310},
key = {EA01},
publisher = {Springer-Verlag}
}
@Article{dolin02:gp,
author = {Brad Dolin and J. J. Merelo },
title = {Resource Review: A Web-Based Tour of Genetic Programming},
journal = {Genetic Programming and Evolvable Machines},
year = 2002,
volume = 3,
number = 3,
pages = {311-313},
month = {September},
note = {\url{http://dx.doi.org/10.1023/A:1020167426088}}
}
@Proceedings{aeb02,
title = {Actas primer congreso español algoritmos evolutivos, AEB\'{}02},
year = 2002,
month = {Febrero},
key = {AEB02},
publisher = {Universidad de Extremadura},
editor = {E. Alba and F. Fernández and J. A. Gómez and F. Herrera and J. I. Hidalgo and Juan-Julián Merelo-Guerv\'os and J. M. Sánchez}
}
@Book{perl,
author = {Peter Wainwright and Aldo Calpini and Arthur Corliss and Simon Cozens and Shelley Powers and JJ Merelo-Guerv\'os and Aalhad Saraf and Chris Nandor},
title = {Professional {P}erl Programming},
publisher = {Wrox Press Inc},
year = 2001,
note = {Available from \url{http://www.amazon.com/exec/obidos/ASIN/1861004494/perltutobyjjmere} or \url{http://www.amazon.co.uk/exec/obidos/ASIN/1861004494/severawebsite-21}}
}
@Article{ieeeanova2002,
author = {P.A. Castillo and Juan-Julián Merelo-Guerv\'os and A. Prieto and I. Rojas and G. Romero},
title = {Statistical analysis of the parameters of a neuro-genetic algorithm},
journal = {{IEEE} Transactions on Neural Networks},
year = 2002,
month = {November},
volume = 13,
number = 6,
pages = {1374--1394},
note = {Available from \url{http://ieeexplore.ieee.org/iel5/72/22620/01058074.pdf}},
annote = {Impact factor 1.404}
}
@Article{rojas02:anova,
author = {I. Rojas and J. Gonzalez and H. Pomares and J. J. Merelo and P. A. Castillo and G. Romero},
title = {Statistical analysis of the main parameters involved in the design of a genetic algorithm},
journal = {{IEEE} Transactions on Systems, Man and Cybernetics Part C Applications and Reviews},
year = 2002,
keywords= {ANalysis Of the VAriance (ANOVA); genetic algorithm (GA); statistical analysis},
volume = 32,
number = 1,
page = {31--37},
month = {February},
note = {Available from \url{http://ieeexplore.ieee.org/iel5/5326/21752/01009128.pdf}},
annote = {Impact factor: 0.288}
}
@InProceedings{jeo-gecco2002,
author = {M. G. Arenas and B. Dolin and Juan-Julián Merelo-Guerv\'os and P. A. Castillo and I. Fernández de Viana and M. Schoenauer },
title = {{JEO}: {J}ava {E}volving {O}bjects},
booktitle = {Poster Accepted at GECCO 2002},
editor = {W. B. Langdon and E. Cantú-Paz and K. Mathias and R. Roy and D. Davis and R. Poli and K. Balakrishnan and V. Honavar and G. Rudolph and J. Wegener and L. Bull and M. A. Potter and A. C. Schultz and J. F. Miller and E. Burke and N. Jonoska.},
pages = {991},
year = 2002,
annote = {Available from \url{http://geneura.ugr.es/pub/papers/MPP104.ps.gz}, \url{http://citeseer.nj.nec.com/context/2198210/0} }
}
@InProceedings{milone2002,
author = {Diego H. Milone and Juan J. Merelo and H. L. Rufiner},
title = {Evolutionary Algorithm for Speech Segmentation},
booktitle = {Proceedings Evolutionary Computation 2002},
year = 2002,
note = {Available from \url{http://geneura.ugr.es/pub/papers/eassR0-11.zip} and \url{http://ieeexplore.ieee.org/iel5/7875/21687/01004399.pdf} },
volume = 2,
pages = {1115--1120}
}
@InProceedings{ LNCS2439:ID186:pp142,
author = { Brad Dolin and M.G. Arenas and Juan-Julián Merelo-Guerv\'os},
title = {Opposites Attract: Complementary Phenotype Selection for Crossover in Genetic Programming},
booktitle = {Parallel Problem Solving from Nature - PPSN VII, 7th International Conference, Granada, Spain, September 7-11, 2002. Proceedings },
pages = { 142 ff.},
crossref= {ppsn2002},
note = {Keywords: Technique::Advanced techniques - miscellaneous, Technique::Evolutionary computing - general, Technique::Evolutionary computing - miscellaneous, Technique::Genetic programming - general, Technique::Selection,
available from \url{http://link.springer.de/link/service/series/0558/papers/2439/243900142.pdf}, \url{http://www.springerlink.com/link.asp?id=bnwaq1hgxl0ue2ua} },
abstract = {Standard crossover in genetic programming (GP) selects two parents independently, based on fitness, and swaps randomly chosen portions of genetic material (subtrees). The mechanism by which the crossover operator achieves success in GP, and even whether crossover does in fact exhibit relative success compared to other operators such as mutation, is anything but clear [14]. An intuitive explanation for successful crossover would be that the operator produces fit offspring by combining the ?strengths? of each parent. However, standard selection schemes choose each parent independently of the other, and with regard to overall fitness rather than more specific phenotypic traits. We present an algorithm for choosing parents which have complementary performance on a set of fitness cases, with an eye toward enabling the crossover operator to produce offspring which combine the distinct strengths of each parent. We test Complementary Phenotype Selection in three genetic programming domains: Boolean 6-Multiplexer, Intertwined Spirals Classification, and Sunspot Prediction. We demonstrate significant performance gains over the control methods in all of them and present an analysis of these results.}
}
@InProceedings{ LNCS2439:ID196:pp442,
author = { G. Romero and Juan-Julián Merelo-Guerv\'os and P.A. Castillo and J.G. Castellano and M.G. Arenas},
title = {Genetic algorithm visualization using {S}elf-{O}rganizing {Ma}ps},
booktitle = {Parallel Problem Solving from Nature - PPSN VII, 7th International Conference, Granada, Spain, September 7-11, 2002. Proceedings },
pages = { 442 ff.},
crossref= {ppsn2002},
note = {Keywords: Activities::Data Mining,
Implementation::GUI-Visualisation,
Technique::Evolutionary computing - general,
Technique::Multi-objective, available from
\url{http://link.springer.de/link/service/series/0558/papers/2439/243900442.pdf}
\url{http://www.springerlink.com/link.asp?id=1nlbyvd44kptm3ur} },
abstract = {This paper shows an overview of evolutionary computation visualization and describes the application of visualization to some well known multidimensional problems usually resolved throw this kind of algorithms. Self-Organizing maps are used for multidimensional scaling.}
}
@InProceedings{ LNCS2439:ID189:pp505,
author = {V.M. Rivas and P.A. Castillo and Juan-Julián Merelo-Guerv\'os },
title = {Evolved {RBF} Networks for Time-Series Forecasting and Function Approximation},
booktitle = {Parallel Problem Solving from Nature - PPSN VII, 7th International Conference, Granada, Spain, September 7-11, 2002. Proceedings },
pages = { 505 ff.},
crossref= {ppsn2002},
note = {Keywords: Activities::Pattern recognition and
classification/datamining,
Activities::Prediction/forecasting, Related::Neural
Networks, Technique::Evolutionary computing -
general,
available from \url{http://link.springer.de/link/service/series/0558/papers/2439/243900505.pdf},
\url{http://www.springerlink.com/link.asp?id=0llp8pg0uj8lewkd} },
abstract = {An evolutionary algorithm with specific operators has been developed to automatically find Radial basis Functions Neural Networks that solve a given problem. The evolutionay algorithm optimizes all the parameters related to the neural network architecture, i.e., number of hidden neurons and their configuration. A set of parameters to run the algorithm is found and tested against a set of different problems about Time-series forecasting and function approximation. Results obtained are compared with those yielded by similar methods}
}
@InProceedings{ppsn02:soap,
author = { P.A. Castillo and M.G. Arenas and J.G. Castellano and Juan-Julián Merelo-Guerv\'os and V.M. Rivas and G. Romero },
title = {Optimisation of Multilayer Perceptrons Using a Distributed Evolutionary Algorithm with {SOAP}},
booktitle = {Parallel Problem Solving from Nature - PPSN VII, 7th International Conference, Granada, Spain, September 7-11, 2002. Proceedings },
pages = { 676--688},
crossref= {ppsn2002},
note = {Keywords: Activities::Pattern recognition and
classification/datamining,
Implementation::Hybridization,
Implementation::Parallel EAs, Related::Neural
Networks, available from \url{http://link.springer.de/link/service/series/0558/papers/2439/243900676.pdf}, \url{http://www.springerlink.com/link.asp?id=4tf12ucu3t71jjuy} },
abstract = {{SOAP} (simple object access protocol) is a protocol that allows the access to remote objects independently of the computer architecture and the language.
A client using {SOAP} can send or receive objects, or access remote object methods.
Unlike other remote procedure call methods, like XML-RPC or RMI, {SOAP} can use many different transport types (for instance, it could be called as a CGI or as sockets).
In this paper an approach to evolutionary distributed optimization of multilayer perceptrons (MLP) using {SOAP} and language {P}erl has been done.
Obtained results show that the parallel version of the developed programs obtain similar or better results using much less time than the sequential version, obtaining a good speedup.
Also can be shown that obtained results are better than those obtained by other authors using different methods.}
}
@InProceedings{ LNCS2439:ID197:pp665,
author = { M.G. Arenas and Pierre Collet and
A.E. Eiben and M\'ark Jelasity and J. J. Merelo and