-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathtesis.bib
2341 lines (2002 loc) · 76.3 KB
/
tesis.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
%%%%%%%%%%%INTRO
@inproceedings{HuttererEnergy13,
author = {Stephan Hutterer and
Michael Affenzeller and
Franz Auinger},
title = {Evolutionary Algorithm Based Control Policies for Flexible
Optimal Power Flow over Time},
booktitle = {Applications of Evolutionary Computation - 16th European
Conference, EvoApplications 2013, Vienna, Austria, April
3-5, 2013. Proceedings},
series = {Lecture Notes in Computer Science},
volume = {7835},
publisher = {Springer},
year = {2013},
pages = {152-161},
}
@inproceedings{AmelioImage13,
author = {Alessia Amelio and
Clara Pizzuti},
title = {A Genetic Algorithm for Color Image Segmentation},
booktitle = {Applications of Evolutionary Computation - 16th European
Conference, EvoApplications 2013, Vienna, Austria, April
3-5, 2013. Proceedings},
year = {2013},
pages = {314-323},
publisher = {Springer},
series = {Lecture Notes in Computer Science},
volume = {7835},
}
@inproceedings{DorinDesign13,
author = {Alan Dorin},
title = {Aesthetic selection and the stochastic basis of art, design
and interactive evolutionary computation},
booktitle = {Genetic and Evolutionary Computation Conference, GECCO '13,
Amsterdam, The Netherlands, July 6-10, 2013},
publisher = {ACM},
year = {2013},
year = {2013},
pages = {311-318},
}
@inproceedings{Harmer11Security,
author = {Paul K. Harmer and
Michael A. Temple and
Mark A. Buckner and
Ethan Farquhar},
title = {Using differential evolution to optimize 'learning from
signals' and enhance network security},
booktitle = {13th Annual Genetic and Evolutionary Computation Conference,
GECCO 2011, Proceedings, Dublin, Ireland, July 12-16, 2011},
year = {2011},
publisher = {ACM},
pages = {1811-1818},
}
@inproceedings{Li13Industry,
author = {Xuekang Li and
Xiaohong Hao and
Yi Chen and
Muhao Zhang and
Bei Peng},
title = {Multi-Objective Optimizations of Structural Parameter Determination
for Serpentine Channel Heat Sink},
booktitle = {Applications of Evolutionary Computation - 16th European
Conference, EvoApplications 2013, Vienna, Austria, April
3-5, 2013. Proceedings},
publisher = {Springer},
series = {Lecture Notes in Computer Science},
volume = {7835},
year = {2013},
pages = {449-458},
}
@article{Kampouridis13financial,
author = {Michael Kampouridis and
Abdullah Alsheddy and
Edward P. K. Tsang},
title = {On the investigation of hyper-heuristics on a financial
forecasting problem},
journal = {Ann. Math. Artif. Intell.},
volume = {68},
number = {4},
year = {2013},
pages = {225-246},
}
%%%%%%%%%%%%%%%%%%%%%%SOA
@article{mackenzie2006reference,
title={Reference model for service oriented architecture 1.0},
author={MacKenzie, C. Matthew and Laskey, Ken and McCabe, Francis and Brown, Peter F. and Metz, Rebekah and Hamilton, Booz Allen},
journal={OASIS Standard},
volume={12},
year={2006}
}
@article {Papazoglou2007SOA,
author = {Mike P. Papazoglou and
Willem-Jan van den Heuvel},
affiliation = {Tilburg University INFOLAB PO Box 90500 5000 LE Tilburg The Netherlands},
title = {Service oriented architectures: approaches, technologies and research issues},
journal = {The VLDB Journal},
publisher = {Springer Berlin / Heidelberg},
issn = {1066-8888},
keyword = {Computer Science},
pages = {389-415},
volume = {16},
issue = {3},
note = {10.1007/s00778-007-0044-3},
year = {2007}
}
@book{rotem2012soa,
title={SOA patterns},
author={Rotem-Gal-Oz, Arnon and Bruno, E and Dahan, U},
year={2012},
publisher={Manning}
}
@TechReport{Alvarez2007report,
author = {Sergio Alvarez Napagao and Jiri Biba and Roberto Confalonieri and Martin Dehn and Martin Kollingbaum and Michal Jakob and Nir Oren and Sofia Panagiotidi and Monika Solanky and Javier Vazquez Salceda and Steven Willmott},
title = {Contract based Electronic Business Systems. State of the Art},
institution = {Universitat Politecnica de Catalunya},
year = 2007,
number = {D2.1},
month = May,
url = {http://www.ic.unicamp.br/~beatriz/cursos/mo809/2009/artigos/contract.pdf},
}
@article{Bechhofer2013ResearchObject,
title = "Why linked data is not enough for scientists ",
journal = "Future Generation Computer Systems ",
volume = "29",
number = "2",
pages = "599 - 611",
year = "2013",
note = "Special section: Recent advances in e-Science ",
issn = "0167-739X",
doi = "http://dx.doi.org/10.1016/j.future.2011.08.004",
url = "http://www.sciencedirect.com/science/article/pii/S0167739X11001439",
author = "Sean Bechhofer and Iain Buchan and David De Roure and Paolo Missier and John Ainsworth and Jiten Bhagat and Philip Couch and Don Cruickshank and Mark Delderfield and Ian Dunlop and Matthew Gamble and Danius Michaelides and Stuart Owen and David Newman and Shoaib Sufi and Carole Goble",
keywords = "Research object",
keywords = "Linked data",
keywords = "Reproducibility",
keywords = "Reuse",
keywords = "Sharing",
keywords = "Publishing "
}
@misc{Heffner10strong,
author={Randy Heffner and Gene Leganza and Lauren Blackburn},
year={2010},
title={{SOA Adoption 2010: Still Important, Still Strong}},
publisher={Forrester Research, Inc},
note={Available at: \url{http://www.forrester.com/SOA+Adoption+2010+Still+Important+Still+Strong/fulltext/-/E-RES59058}}}
@misc{Heffner13soa,
author={Randy Heffner and Mike Gilpin and Steven Kesler},
year={2013},
title={{SOA Plays An Important Role In A Telco Merger}},
publisher={Forrester Research, Inc},
note={Available at: \url{http://www.forrester.com/SOA+Plays+An+Important+Role+In+A+Telco+Merger/fulltext/-/E-RES103261}}}
@article{Foster2005Science,
title={Service-oriented science},
author={Foster, Ian},
journal={Science},
volume={308},
number={5723},
pages={814},
year={2005},
publisher={American Association for the Advancement of Science}
}
@misc{Mason11REST,
author={Ross Mason},
year={2011},
title={How REST replaced SOAP on the Web: What it means to you},
note={Available at: \url{http://www.infoq.com/articles/rest-soap/}}}
@misc{OSGI,
author={{OSGi Alliance}},
year={2010},
title={{OSGi} Service Platform Release 4.2},
note={Available at: \url{http://www.osgi.org/Release4/Download}}}
@article{Altunay2011OpenScience,
Author = {Altunay, Mine and Avery, Paul and Blackburn, Kent and Bockelman, Brian and Ernst, Michael and Fraser, Dan and Quick, Robert and Gardner, Robert and Goasguen, Sebastien and Levshina, Tanya and Livny, Miron and McGee, John and Olson, Doug and Pordes, Ruth and Potekhin, Maxim and Rana, Abhishek and Roy, Alain and Sehgal, Chander and Sfiligoi, Igor and Würthwein, Frank and {Open Sci Grid Executive Board}},
Title = {{A Science Driven Production Cyberinfrastructure-the Open Science Grid}},
Journal = {{Journal of GRID Computing}},
Year = {{2011}},
Volume = {{9}},
Number = {{2, Sp. Iss. SI}},
Pages = {{201-218}},
Month = {{JUN}},
DOI = {{10.1007/s10723-010-9176-6}},
ISSN = {{1570-7873}},
Unique-ID = {{ISI:000290177900006}},
}
@inproceedings{Foster2005Globus,
Author = {Foster, Ian},
Editor = {{Jin, H and Reed, D and Jiang, W}},
Title = {{Globus Toolkit version 4: Software for service-oriented systems}},
Booktitle = {{Network and Parallel Computing Proceedings}},
Series = {{Lecture Notes in Computer Science}},
Year = {{2005}},
Volume = {{3779}},
Pages = {{2-13}},
}
@article{Kriens2008OsgiChallenges,
author={P. Kriens},
year={2008},
title={Research challenges for {OSGi}},
note={Available at: \url{http://www.osgi.org/blog/2008/02/research-challenges-for-osgi.html}}}
@article{GarciaSanchez2013Gateway,
author = {Pablo Garc\'{\i}a-S{\'a}nchez and
Jes{\'u} Gonz{\'a}lez and
Antonio Miguel Mora and
Alberto Prieto},
title = {Deploying intelligent e-health services in a mobile gateway},
journal = {Expert Syst. Appl.},
volume = {40},
number = {4},
year = {2013},
pages = {1231-1239},
ee = {http://dx.doi.org/10.1016/j.eswa.2012.08.068},
}
@article{Arsanjani2008SOMA,
Author = {Ali Arsanjani and
Shuvanker Ghosh and
Abdul Allam and
Tina Abdollah and
Sella Ganapathy and
Kerrie Holley},
Title = {{SOMA: A method for developing service-oriented solutions}},
Journal = {{IBM Systems Journal}},
Year = {{2008}},
Volume = {{47}},
Number = {{3}},
Pages = {{377-396}},
Month = {{JUL-SEP}},
ISSN = {{0018-8670}},
Unique-ID = {{ISI:000258744400004}},
}
@ARTICLE{Moussa2010ServiceComposition,
author={Hachem Moussa and
Tong Gao and
I-Ling Yen and
Farokh B. Bastani and
Jun-Jang Jeng},
title={{Toward effective service composition for real-time SOA-based systems}},
journal={{Service Oriented Computing and Applications}},
year={2010},
volume={4},
number={1},
pages={17-31},
}
@article{Channabasavaiah2003migrating,
title={Migrating to a service-oriented architecture},
author={Channabasavaiah, Kishore and Holley, Kerrie and Tuggle, Edward},
journal={IBM DeveloperWorks},
volume={16},
year={2003}
}
@article{petzold2011dynamic,
title={Dynamic Distributed Simulation of {DEVS} Models on the {OSGi} Service Platform},
author={Petzold, Martin and Ullrich, Oliver and Speckenmeyer, Ewald},
journal={Proceedings of ASIM 2011},
year={2011},
publisher={Zentrum fur Angewandte Informatik Koln, Lehrstuhl Speckenmeyer}
}
@book{Hofreiter06UMM,
author={Hofreiter, Birgit and Huemer,Christian and Liegl,Philipp and Schuster,Rainer and Zapletal,Marco},
year={2006},
title={UN/CEFACT'S modeling methodology (UMM): A UML profile for B2B e-commerce},
volume={4231 LNCS},
pages={19-31},
}
}
@inproceedings{Garcia09UMM,
author = {Pablo Garc\'{\i}a-S{\'a}nchez and
Jes{\'u}s Gonz{\'a}lez and
Pedro A. Castillo and
Alberto Prieto},
title = {Using UN/CEFACT'S Modelling Methodology (UMM) in e-Health
Projects},
booktitle = {Bio-Inspired Systems: Computational and Ambient Intelligence,
10th International Work-Conference on Artificial Neural
Networks, IWANN 2009, Salamanca, Spain, June 10-12, 2009.
Proceedings, Part I},
pages = {925-932},
publisher = {Springer},
series = {Lecture Notes in Computer Science},
volume = {5517},
year = {2009},
ee = {http://dx.doi.org/10.1007/978-3-642-02478-8_116},
}
@book{Folmer08b2b,
author={Folmer, Erwin and Bastiaans, Joris},
year={2008},
title={Methods for Design of Semantic Message-Based {B2B} Interaction Standards},
volume={Enterprise Interoperability III},
pages={183-194},
}
}
@article{Patil03ebxmlVsWS,
author={Patil, Sanjay and Newcomer, Eric},
year={2003},
title={{ebXML} and {W}eb {S}ervices},
journal={IEEE Internet Computing},
volume={7},
number={3},
pages={74-82},
}
}
@misc{Oasis03BCM,
author = {{OASIS BCM TC}},
title = {Business-{C}entric {M}ethodology For {E}nterprise {A}gility and {I}nteroperability. {E}xecutive {W}hite {P}aper},
year = {2003},
url={http://businesscentricmethodology.com/},
}
@article{Oinn04Taverna,
Author = {Thomas M. Oinn and
Matthew Addis and
Justin Ferris and
Darren Marvin and
Martin Senger and
R. Mark Greenwood and
Tim Carver and
Kevin Glover and
Matthew R. Pocock and
Anil Wipat and
Peter Li},
Title = {{Taverna: a tool for the composition and enactment of bioinformatics
workflows}},
Journal = {{Bioinformatics}},
Year = {{2004}},
Volume = {{20}},
Number = {{17}},
Pages = {{3045-3054}},
Month = {{NOV 22}},
}
@article {Ludascher06Kepler,
author = {Ludascher, Bertram and Altintas, Ilkay and Berkley, Chad and Higgins, Dan and Jaeger, Efrat and Jones, Matthew and Lee, Edward A. and Tao, Jing and Zhao, Yang},
title = {Scientific workflow management and the Kepler system},
journal = {Concurrency and Computation: Practice and Experience},
volume = {18},
number = {10},
publisher = {John Wiley & Sons, Ltd.},
issn = {1532-0634},
url = {http://dx.doi.org/10.1002/cpe.994},
doi = {10.1002/cpe.994},
pages = {1039--1065},
keywords = {scientific workflows, Grid workflows, scientific data management, problem-solving environments, dataflow networks},
year = {2006},
}
@inproceedings{davidson08workflows,
title={Provenance and scientific workflows: challenges and opportunities},
author={Davidson, Susan B. and Freire, Juliana},
booktitle={Proceedings of the 2008 ACM SIGMOD international conference on Management of data},
pages={1345--1350},
year={2008},
organization={ACM}
}
@inproceedings{Perera06workflows,
title={Enabling Web service extensions for scientific workflows},
author={Perera, Srinath and Gannon, Dennis},
booktitle={Workflows in Support of Large-Scale Science, 2006. WORKS'06. Workshop on},
pages={1--10},
year={2006},
organization={IEEE}
}
@book{Cerami2002Webservices,
title={Web Services Essentials},
author={Cerami, Ethan},
year={2002},
publisher={O'Reilly}
}
@misc {SOAP,
author = { Don Box and David Ehnebuske and Gopal Kakivaya and Andrew Layman and Noah Mendelsohn and Henrik Nielsen and Satish Thatte and Dave Winer},
title = {{Simple Object Access Protocol (SOAP) 1.1, W3C Note 08 May 2000}},
url = {http://www.w3.org/TR/SOAP},
year = 2011
}
@misc{ XML,
author = "{World Wide Web Consortium}",
title = "{Extensible Markup Language (XML) 1.0 (Fourth Edition)}",
year = "2006",
url = "http://www.w3.org/TR/REC-xml/",
}
@misc{WSDL,
author={{World Wide Web Consortium}},
year={2001},
title={{Web Services Description Language (WSDL) 1.1}},
url={http://www.w3.org/TR/wsdl},
}
@misc{ XSD,
author = "{World Wide Web Consortium}",
title = "XML Schema",
year = "2006",
url = "http://www.w3.org/XML/Schema",
}
@misc{UDDI,
author={{Oasis Open}},
year={2006},
title={{UDDI Specification}},
url={http://www.uddi.org/specification.html},
}
@book{BPEL,
title={{Business Process Execution Language for Web Services BPEL and BPEL4WS 2nd Edition}},
author={Juric, Matjaz B.},
isbn={1904811817},
year={2006},
publisher={Packt Publishing}
}
@MISC{WSRF,
AUTHOR = "OASIS",
TITLE = "{Web Services Reliable Messaging (WS-ReliableMessaging)}",
YEAR = 2009,
url ={http://docs.oasis-open.org/ws-rx/wsrm/200702},
}
@Article {Daigneau2011,
author = {Robert Daigneau},
title = {{Service Design Patterns: Fundamental Design Solutions for SOAP/WSDL and RESTful Web Services }},
journal = {Addison-Wesley Professional. 1 Ed. ISBN 978-0321544209},
year = 2011
}
@Article {Fielding2002,
author = {Roy T. Fielding and Richard N. Taylor},
title = {{Principled Design of the Modern Web Architecture}},
journal = {ACM Transactions on Internet Technology (TOIT) (New York: Association for Computing Machinery) 2 (2): 115-150},
year = 2002
}
@INPROCEEDINGS{Valipour09surveysoa,
author={Valipour, Mohammad Hadi and Amirzafari, Bavar and Maleki, Khashayar Niki and Daneshpour, Negin},
booktitle={Computer Science and Information Technology, 2009. ICCSIT 2009. 2nd IEEE International Conference on},
title={A brief survey of software architecture concepts and service oriented architecture},
year={2009},
pages={34-38},
keywords={software architecture;architecture-based approaches;service oriented architecture;software architecture concepts;software system construction;software system design;Algorithm design and analysis;Computer architecture;Control systems;History;Programming;Service oriented architecture;Software architecture;Software systems;Stability;Web services;Service-Oriented Architecture;Software Architecture;Web Services},
doi={10.1109/ICCSIT.2009.5235004},}
@inproceedings{GarciaContext11,
author = {Pablo Garc\'{\i}a-S{\'a}nchez and
S. Gonz{\'a}lez and
A. Rivadeneyra and
M. P. Palomares and
J. Gonz{\'a}lez},
title = {Context-Awareness in a Service Oriented e-Health Platform},
year = {2011},
pages = {172-179},
editor = {Jos{\'e} Bravo and
Ram{\'o}n Herv{\'a}s and
Vladimir Villarreal},
booktitle = {Ambient Assisted Living - Third International Workshop,
IWAAL 2011, Held at IWANN 2011, Torremolinos-M{\'a}laga,
Spain, June 8-10, 2011. Proceedings},
publisher = {Springer},
series = {Lecture Notes in Computer Science},
volume = {6693},
year = {2011},
isbn = {978-3-642-21302-1},
}
%%%%%%%%%%%%%%%%%%%%%%DISTRIBUTED
@book{darwin1859,
address = {London},
author = {Darwin, Charles},
priority = {2},
publisher = {Murray},
timestamp = {2008-05-27T04:02:47.000+0200},
title = {On the Origin of Species by Means of Natural Selection},
year = 1859
}
@incollection{Eiben12Parameters,
year={2012},
isbn={978-3-642-21433-2},
booktitle={Autonomous Search},
editor={Hamadi, Youssef and Monfroy, Eric and Saubion, Fr{\'e}d{\'e}ric},
doi={10.1007/978-3-642-21434-9_2},
title={Evolutionary Algorithm Parameters and Methods to Tune Them},
url={http://dx.doi.org/10.1007/978-3-642-21434-9_2},
publisher={Springer Berlin Heidelberg},
author={Eiben, Agoston E. and Smit, Selmar K.},
pages={15-36},
}
@book{aarts1997local,
title={Local search in combinatorial optimization},
author={Aarts, Emile H.L. and Lenstra, Jan K.},
year={1997},
publisher={Princeton University Press}
}
@article{GENERICITY05,
title={Genericity in evolutionary computation software tools: Principles and case-study},
author={Gagn{\'e}, Christian and Parizeau, Marc},
journal={International Journal on Artificial Intelligence Tools},
volume={15},
number={2},
pages={173},
year={2006},
publisher={Citeseer}
}
@article{MALLBA,
author={Alba, Enrique and Almeida,Francisco and Blesa, Mar{\'i}a and Cotta,Carlos and D\'iaz,Manuel and Dorta,Isabel and Gabarr{\'o},Joaquim and Le{\'o}n,Coromoto and Luque,Gabriel and Petit,Jordi and Rodr{\'i}guez,Casiano and Rojas,A. and Xhafa,Fatos},
year={2006},
title={Efficient parallel {LAN/WAN} algorithms for optimization. The {MALLBA} project},
journal={Parallel Computing},
volume={32},
number={5-6},
pages={415-440},
}
@inproceedings{HEURISTICLAB,
Author = {Wagner, Stefan and Affenzeller, Michael},
Editor = {{Ribeiro, B and Albrecht, RF and Dobnikar, A and Pearson, DW and Steele, NC}},
Title = {{HeuristicLab: A generic and extensible optimization environment}},
Booktitle = {{Adaptive and Natural Computing Algorithms}},
Series = {{Springer Computer Science}},
Year = {{2005}},
Pages = {{538-541}},
Note = {{7th International Conference on Adaptive and Natural Computing
Algorithms (ICANNGA), Coimbra, Portugal, MAR 21-23, 2005}},
}
@Misc{ECJ,
title={{ECJ: A Java-based Evolutionary Computation and Genetic Programming Research System}},
author={Luke, Sean and others},
note={Available at \url{http://www. cs. umd. edu/projects/plus/ec/ecj}},
year= 2009
}
@article{JCLEC,
Author = {Ventura, Sebastian and Romero, Cristobal and Zafra, Amelia and Delgado,
Jose A. and Hervas, Cesar},
Title = {{JCLEC: a Java framework for evolutionary computation}},
Journal = {{Soft Computing}},
Year = {{2008}},
Volume = {{12}},
Number = {{4}},
Pages = {{381-392}},
Month = {{FEB}},
}
@article{GRIDUFO,
title = "The design, usage, and performance of GridUFO: A Grid based Unified Framework for Optimization",
journal = "Future Generation Computer Systems",
volume = "26",
number = "4",
pages = "633 - 644",
year = "2010",
author = "Asim Munawar and Mohamed Wahib and Masaharu Munetomo and Kiyoshi Akama",
}
@article {PERL,
author = {Merelo Guerv\'os, Juan and Castillo, Pedro and Alba, Enrique},
affiliation = {Universidad de Granada Depto. Arquitectura y Tecnología de Computadores, ETS Ingenierías Inform{\'a}tica y Telecomunicaciones Granada Spain},
title = {Algorithm::Evolutionary, a flexible {P}erl module for evolutionary computation},
journal = {Soft Computing - A Fusion of Foundations, Methodologies and Applications},
publisher = {Springer Berlin / Heidelberg},
issn = {1432-7643},
keyword = {Computer Science},
pages = {1091-1109},
volume = {14},
issue = {10},
year = {2010}
}
@inproceedings{JMETAL,
author = {Juan Jos{\'e} Durillo and
Antonio J. Nebro and
Enrique Alba},
title = {The jMetal framework for multi-objective optimization: Design
and architecture},
booktitle = {IEEE Congress on Evolutionary Computation},
year = {2010},
pages = {1-8},
}
@InProceedings{DREAM,
author = { M.G. Arenas and Pierre Collet and
A.E. Eiben and M\'ark Jelasity and J. J. Merelo and
Ben Paechter and Mike Preu\ss and Marc Schoenauer},
title = {A Framework for Distributed Evolutionary Algorithms},
booktitle={Parallel Problem Solving from Nature, PPSN VII},
pages = {665--675},
year={2002},
}
@article {SURVEYMOFS,
author = {Parejo, Jos{\'e} and Ruiz-Cort{\'e}s, Antonio and Lozano, Sebasti{\'a}n and Fernandez, Pablo},
affiliation = {University of Sevilla, Seville, Spain},
title = {Metaheuristic optimization frameworks: a survey and benchmarking},
journal = {Soft Computing - A Fusion of Foundations, Methodologies and Applications},
publisher = {Springer Berlin / Heidelberg},
issn = {1432-7643},
keyword = {Engineering},
pages = {527-561},
volume = {16},
issue = {3},
url = {http://dx.doi.org/10.1007/s00500-011-0754-8},
note = {10.1007/s00500-011-0754-8},
year = {2012},
}
@article{CELLULAR,
year={2013},
issn={0920-8542},
journal={The Journal of Supercomputing},
volume={63},
issue={3},
doi={10.1007/s11227-012-0773-y},
title={Cellular genetic algorithms without additional parameters},
publisher={Springer US},
author={Dorronsoro, Bernab{\'e} and Bouvry, Pascal},
pages={816-835},
}
@book{holland1975adaptation,
title={Adaptation in natural and artificial systems: An introductory analysis with applications to biology, control, and artificial intelligence.},
author={Holland, John H.},
year={1975},
publisher={U Michigan Press}
}
@article{alba2002parallelism,
title={Parallelism and evolutionary algorithms},
author={Alba, Enrique and Tomassini, Marco},
journal={Evolutionary Computation, IEEE Transactions on},
volume={6},
number={5},
pages={443--462},
year={2002},
publisher={IEEE}
}
@article{meri2013cloud,
title={Cloud-based evolutionary algorithms: An algorithmic study},
author={Meri, K and Arenas, Maribel Garc{\'\i}a and Mora, Antonio Miguel and Merelo, JJ and Castillo, Pedro A and Garc{\'\i}a-S{\'a}nchez, Pablo and Laredo, Juan Lu{\'\i}s Jim{\'e}nez},
journal={Natural Computing},
pages={1--13},
year={2013},
publisher={Springer}
}
@inproceedings{merelo2010fluid,
author = {Juan Juli{\'a}n Merelo Guerv{\'o}s},
title = {Fluid evolutionary algorithms},
booktitle = {Proceedings of the IEEE Congress on Evolutionary Computation,
CEC 2010, Barcelona, Spain, 18-23 July 2010},
year = {2010},
publisher = {IEEE},
pages = {1-8},
}
@article{merelo2012pool,
year={2013},
issn={1567-7818},
journal={Natural Computing},
volume={12},
number={2},
doi={10.1007/s11047-012-9338-5},
title={Designing and testing a pool-based evolutionary algorithm},
url={http://dx.doi.org/10.1007/s11047-012-9338-5},
publisher={Springer Netherlands},
keywords={Cloud computing; Cloud storage; Evolutionary algorithms; Distributed algorithms; NoSQL databases; Key-value stores; Complex systems},
author={Merelo, Juan Juli{\'a}n and Mora, Antonio M. and Fernandes, Carlos M. and Esparcia-Alc\'azar, Anna I.},
pages={149-162},
}
@techreport{jelasity2003newscast,
title={Newscast computing},
author={Jelasity, M{\'a}rk and Kowalczyk, Wojtek and Van Steen, Maarten},
year={2003},
institution={Technical Report IR-CS-006, Vrije Universiteit Amsterdam, Department of Computer Science, Amsterdam, The Netherlands}
}
@article{laredo2010evag,
author = {Juan Lu\'{\i}s Jim{\'e}nez Laredo and
Agoston E. Eiben and
Maarten van Steen and
Juan Juli{\'a}n Merelo Guerv{\'o}s},
title = {EvAg: a scalable peer-to-peer evolutionary algorithm},
journal = {Genetic Programming and Evolvable Machines},
volume = {11},
number = {2},
year = {2010},
pages = {227-246},
ee = {http://dx.doi.org/10.1007/s10710-009-9096-z},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@incollection{steinmetz2005peer,
year={2005},
isbn={978-3-540-29192-3},
booktitle={Peer-to-Peer Systems and Applications},
volume={3485},
series={Lecture Notes in Computer Science},
editor={Steinmetz, Ralf and Wehrle, Klaus},
doi={10.1007/11530657_2},
title={2. What Is This Peer-to-Peer About?},
url={http://dx.doi.org/10.1007/11530657_2},
publisher={Springer Berlin Heidelberg},
author={Steinmetz, Ralf and Wehrle, Klaus},
pages={9-16}
}
@inproceedings{Garcia2012testing,
author = {Pablo Garc\'{\i}a-S{\'a}nchez and
A. E. Eiben and
Evert Haasdijk and
Berend Weel and
Juan Juli{\'a}n Merelo Guerv{\'o}s},
title = {Testing Diversity-Enhancing Migration Policies for Hybrid
On-Line Evolution of Robot Controllers},
booktitle = {Applications of Evolutionary Computation - EvoApplications
2012: EvoCOMNET, EvoCOMPLEX, EvoFIN, EvoGAMES, EvoHOT, EvoIASP,
EvoNUM, EvoPAR, EvoRISK, EvoSTIM, and EvoSTOC, M{\'a}laga,
Spain, April 11-13, 2012, Proceedings},
year = {2012},
publisher = {Springer},
series = {Lecture Notes in Computer Science},
volume = {7248},
pages = {52-62},
ee = {http://dx.doi.org/10.1007/978-3-642-29178-4_6},
}
@inproceedings{Fernandez20111optimizing,
author = {Antonio Fern{\'a}ndez-Ares and
Antonio Miguel Mora and
Juan Juli{\'a}n Merelo Guerv{\'o}s and
Pablo Garc\'{\i}a-S{\'a}nchez and
Carlos Fernandes},
title = {Optimizing player behavior in a real-time strategy game
using evolutionary algorithms},
booktitle = {Proceedings of the IEEE Congress on Evolutionary Computation,
CEC 2011, New Orleans, LA, USA, 5-8 June, 2011},
publisher = {IEEE},
year = {2011},
pages = {2017-2024},
ee = {http://dx.doi.org/10.1109/CEC.2011.5949863},
}
@incollection{Esparcia2009EVITA,
author = {Anna Esparcia-Alc{\'a}zar and
Manuel Card{\'o}s and
Juan Juli{\'a}n Merelo Guerv{\'o}s and
Anais Mart{\'i}nez-Garc{\'i}a and
Pablo Garc{\'i}a-S{\'a}nchez and
Eva Alfaro-Cid and
Ken Sharman},
title = {EVITA: An Integral Evolutionary Methodology for the Inventory
and Transportation Problem},
booktitle = {Bio-inspired Algorithms for the Vehicle Routing Problem},
year = {2009},
pages = {151-172},
ee = {http://dx.doi.org/10.1007/978-3-540-85152-3_7},
publisher = {Springer},
series = {Studies in Computational Intelligence},
volume = {161},
}
@article{goldberg1988genetic,
title={Genetic algorithms and machine learning},
author={Goldberg, David E. and Holland, John H.},
journal={Machine learning},
volume={3},
number={2},
pages={95--99},
year={1988},
publisher={Springer}
}
@book{michalewicz1996genetic,
title={Genetic algorithms+ data structures= evolution programs},
author={Michalewicz, Zbigniew},
year={1996},
publisher={Springer}
}
@inbook{eiben2010whatis,
author = {Eiben, Agoston E. and Smith, James E.},
chapter = {What is an Evolutionary Algorithm?},
title = {Introduction to Evolutionary Computing},
publisher = {Springer},
year = {2003},
}
@inbook{eiben2003chapter1,
author = {Eiben, Agoston E. and Smith, James E.},
chapter = {Introduction},
title = {Introduction to Evolutionary Computing},
publisher = {Springer},
year = {2003},
}
@book{eiben2003introduction,
title={Introduction},
author={Eiben, Agoston E. and Smith, James E.},
year={2003},
publisher={Springer}
}
@inproceedings{Garcia2010XPath,
author = {Pablo Garc\'{\i}a-S{\'a}nchez and
Juan J. Merelo Guerv{\'o}s and
Pedro A. Castillo and
Jes{\'u}s Gonz{\'a}lez and
Juan Lu\'{\i}s Jim{\'e}nez Laredo and
Antonio Mora Garc\'{\i}a and
Maria I. Garc\'{\i}a Arenas},
title = {Evolution of XPath Lists for Document Data Selection},
year = {2010},
pages = {341-350},
editor = {Robert Schaefer and
Carlos Cotta and
Joanna Kolodziej and
G{\"u}nter Rudolph},
booktitle = {Parallel Problem Solving from Nature - PPSN XI, 11th International
Conference, Krak{\'o}w, Poland, September 11-15, 2010.
Proceedings, Part II},
publisher = {Springer},
series = {Lecture Notes in Computer Science},
volume = {6239},
year = {2010},
}
@book{dawkins2006selfish,
title={The selfish gene},
author={Dawkins, Richard},
year={2006},
publisher={Oxford university press}
}
@article{ong2006classification,
title={Classification of adaptive memetic algorithms: a comparative study},
author={Ong, Yew-Soon and Lim, Meng-Hiot and Zhu, Ning and Wong, Kok-Wai},
journal={Systems, Man, and Cybernetics, Part B: Cybernetics, IEEE Transactions on},
volume={36},
number={1},
pages={141--152},
year={2006},
publisher={IEEE}
}
@incollection{krasnogor2002multimeme,
title={Multimeme algorithms for protein structure prediction},
author={Krasnogor, Natalio and Blackburne, BP and Burke, Edmund K and Hirst, Jonathan D},
booktitle={Parallel Problem Solving from Nature-PPSN VII},
pages={769--778},
year={2002},
publisher={Springer}
}
@incollection{cowling2001hyperheuristic,
title={A hyperheuristic approach to scheduling a sales summit},
author={Cowling, Peter and Kendall, Graham and Soubeiga, Eric},
booktitle={Practice and Theory of Automated Timetabling III},
pages={176--190},
year={2001},
publisher={Springer}
}
@incollection{smith2002co,
title={Co-evolving memetic algorithms: Initial investigations},
author={Smith, Jim},
booktitle={Parallel Problem Solving From Nature-PPSN VII},
pages={537--546},
year={2002},
publisher={Springer}
}
@inproceedings{Garcia2009Mobile,
author = {Pablo Garc\'{\i}a-S{\'a}nchez and
Juan P. Sevilla and
Juan Juli{\'a}n Merelo Guerv{\'o}s and
Antonio Miguel Mora and
Pedro A. Castillo and
Juan Lu\'{\i}s Jim{\'e}nez Laredo and
Francisco Casado},
title = {Pervasive Evolutionary Algorithms on Mobile Devices},
booktitle = {Distributed Computing, Artificial Intelligence, Bioinformatics,
Soft Computing, and Ambient Assisted Living, 10th International
Work-Conference on Artificial Neural Networks, IWANN 2009
Workshops, Salamanca, Spain, June 10-12, 2009. Proceedings,