-
Notifications
You must be signed in to change notification settings - Fork 1
/
crossref.bib
4779 lines (4369 loc) · 163 KB
/
crossref.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
%%%%%%%%%%%%%%%%%%%-*- mode: bibtex; bibtex-maintain-sorted-entries: plain; -*-
%% crossref.bib : https://iridia-ulb.github.io/references/
%%
%% To the extent that the contents of bib files may be subject to
%% copyright, the contents of the IRIDIA BibTeX Repository are placed
%% under the public domain by associating it to the Creative Commons CC0
%% 1.0 Universal license (http://creativecommons.org/publicdomain/zero/1.0/).
%
%% READ THESE RULES FIRST BEFORE MODIFYING THIS FILE
%% 1. Keep the entries sorted.
%% 2. Check that what you are adding has not been added already with a
%% different name.
%% 3. 'booktitle' is the title that appears in the crossreferences,
%% 'title' is the title that appears when the book is cited directly.
%% Normally, the latter is longer than the former, but they might be the
%% same.
%% 4. Ideally, a separate string should be defined in abbrev.bib to be used as
%% the booktitle of proceedings (whatever its format Book, Proceedings,
%% etc). This allows to override long titles with shorter versions by
%% adding the short version to abbrevshort.bib and including it after
%% abbrev.bib. However, since this is quite extra work for a very unusual
%% case, we currently do not enforce this rule unless you want to replace
%% a long title with a shorter version.
%% 5. The 'address' field of Proceedings refers to the location of the
%% proceedings. Do not use the address of the publisher. The publisher
%% field should be constructed by joining the -pub and -ad forms like:
%% publisher = ams-pub # ", " # add-providence,
%% 6. Always use quotes "" instead of braces {} for the string definition.
%% 7. Proceedings published as books (e.g., LNCS) should use the type Book
%% and not the type Proceedings.
%% 8. If a book/proceedings has no author nor editor, use
%% key="short name for the book". Check online to make sure.
%% 9. Use 'epub' (without \url{}) to link to online versions of the document.
%% Z. Some of the entries do not follow the above rules.
%% Please help us to update them little by little.
@Proceedings{AAAI1988,
editor = {Howard E. Shrobe and Tom M. Mitchell and Reid G. Smith},
publisher = aaaimit,
url = {http://www.aaai.org/Conferences/AAAI/aaai88.php},
title = {Proceedings of the 7th National Conference on Artificial
Intelligence, St. Paul, MN, August 21-26, AAAI-88},
booktitle = Proc_of_the #{7th National Conference on Artificial
Intelligence, AAAI-88},
year = 1988,
}
@Proceedings{AAAI1992,
title = aaai10,
booktitle = aaai10,
year = 1992,
editor = {William R. Swartout},
publisher = aaaimit,
}
@Proceedings{AAAI1993,
title = aaai11,
booktitle = aaai11,
year = 1993,
editor = {Richard Fikes and Wendy G. Lehnert},
publisher = aaaimit,
}
@Proceedings{AAAI1997,
editor = {Benjamin Kuipers and Bonnie L. Webber},
title = {Proceedings of the Fourteenth National Conference on
Artificial Intelligence and Ninth Innovative Applications of
Artificial Intelligence Conference, {AAAI} 97, {IAAI} 97,
July 27-31, 1997, Providence, Rhode Island},
booktitle = Proc_of #{AAAI 1997 -- Fourteenth National Conference on
Artificial Intelligence},
year = 1997,
publisher = aaaimit,
}
@Proceedings{AAAI1998,
editor = {Jack Mostow and Chuck Rich},
title = {Proceedings of the Fifteenth National Conference on
Artificial Intelligence and Tenth Innovative Applications of
Artificial Intelligence Conference, {AAAI} 98, {IAAI} 98,
July 26-30, 1998, Madison, Wisconsin, {USA}},
booktitle = Proc_of #{AAAI 1998 -- Fifteenth National Conference on
Artificial Intelligence},
year = 1998,
publisher = aaaimit,
}
@Proceedings{AAAI2000,
editor = {Henry A. Kautz and Bruce W. Porter},
title = {Proceedings of the Seventeenth National Conference on
Artificial Intelligence and Twelfth Conference on on
Innovative Applications of Artificial Intelligence, July 30 --
August 3, 2000, Austin, Texas, {USA}},
booktitle = Proc_of #{AAAI 2000 -- Seventeenth National Conference
on Artificial Intelligence},
year = 2000,
publisher = aaaimit,
}
@Proceedings{AAAI2006,
title = {Proceedings, The Twenty-First National Conference on
Artificial Intelligence and the Eighteenth Innovative
Applications of Artificial Intelligence Conference, July
16-20, 2006, Boston, Massachusetts, {USA}},
booktitle = aaai2006,
volume = 6,
year = 2006,
publisher = aaaimit,
editor = "Anthony Cohn"
}
@Proceedings{AAAI2007,
title = {Proceedings of the Twenty-Second {AAAI} Conference on
Artificial Intelligence, July 22-26, 2007, Vancouver, British
Columbia, Canada},
booktitle = aaai,
editor = {Robert C. Holte and Adele Howe},
year = 2007,
publisher = aaaimit,
}
@Proceedings{AAAI2010,
editor = {Maria Fox and David Poole},
title = {Proceedings of the Twenty-Fourth AAAI Conference on Artificial
Intelligence, AAAI 2010, Atlanta, Georgia, USA, July 11-15,
2010},
booktitle = aaai,
publisher = aaaip-pub,
year = 2010,
}
@Proceedings{AAAI2011,
editor = {Wolfram Burgard and Dan Roth},
title = {Proceedings of the Twenty-Fifth AAAI Conference on Artificial
Intelligence, AAAI 2011, San Francisco, California, USA, August 07-11,
2011},
booktitle = aaai,
publisher = aaaip-pub,
year = 2011,
}
@Proceedings{AAAI2012,
editor = {Jorg Hoffmann and Bart Selman},
title = {Proceedings of the Twenty-Sixth AAAI Conference on Artificial
Intelligence, AAAI 2012, Toronto, Ontario, Canada, July 22-26,
2012},
booktitle = aaai,
publisher = aaaip-pub,
year = 2012,
}
@Proceedings{AAAI2014,
editor = {David Stracuzzi and others},
title = {Proceedings of the Twenty-Eighth AAAI Conference on
Artificial Intelligence, AAAI 2014, Qu{\'e}bec City,
Qu{\'e}bec, Canada, July 27-31, 2014},
booktitle = aaai,
publisher = aaaip-pub,
year = 2014,
}
@Proceedings{AAAI2015,
editor = {Blai Bonet and Sven Koenig},
title = {Proceedings of the Twenty-Ninth AAAI Conference on Artificial
Intelligence, AAAI 2015, Austin, Texas, USA, January 25-30,
2015},
booktitle = aaai,
publisher = aaaip-pub,
year = 2015,
}
@Book{AAAI2016,
editor = {Dale Schuurmans and Michael P. Wellman},
title = {Proceedings of the Thirtieth {AAAI} Conference on Artificial
Intelligence, AAAI 2016, February 12-17, 2016, Phoenix,
Arizona, {USA.}},
booktitle = aaai,
publisher = aaaip-pub,
year = 2016,
epub = "http://www.aaai.org/Library/AAAI/aaai16contents.php",
}
@Book{AAAI2017,
booktitle = aaai,
editor = {Satinder P. Singh and Shaul Markovitch},
title = {Proceedings of the Thirty-First {AAAI} Conference on
Artificial Intelligence, February 4-9, 2017, San Francisco,
California, {USA}},
year = 2017,
month = feb,
publisher = aaaip-pub,
}
@Book{AAAI2018,
booktitle = aaai,
editor = {Sheila A. McIlraith and Kilian Q. Weinberger},
title = {Proceedings of the Thirty-Second {AAAI} Conference on
Artificial Intelligence, February 2-7, 2018, New Orleans,
Louisiana, {USA}},
year = 2018,
month = feb,
publisher = aaaip-pub,
}
@Proceedings{AAAI2020,
key = "AAAI2020",
booktitle = aaai,
year = 2020,
title = {The Thirty-Fourth {AAAI} Conference on Artificial
Intelligence, {AAAI} 2020, The Thirty-Second Innovative
Applications of Artificial Intelligence Conference, {IAAI}
2020, The Tenth {AAAI} Symposium on Educational Advances in
Artificial Intelligence, {EAAI} 2020, New York, NY, USA,
February 7-12, 2020},
isbn = {978-1-57735-823-7},
publisher = aaaip-pub,
}
@Book{ACAL2007,
booktitle = {Progress in Artificial Life (ACAL)},
title = "Progress in Artificial Life, Third Australian
Conference, {ACAL} 2007",
year = 2007,
publisher = springer,
address = add-heidelberg,
series = lncs,
volume = 4828,
editor = {Marcus Randall} #and# Abbass #and# {Janet Wiles},
}
@Proceedings{ACC2019,
key = "ACC2019",
booktitle = "2019 American Control Conference ({ACC})",
title = {2019 American Control Conference, {ACC} 2019, Philadelphia,
PA, USA, July 10-12, 2019},
publisher = "{IEEE}",
year = 2019,
}
@Book{ADT2009,
title = "Algorithmic Decision Theory, First International
Conference, {ADT} 2009, Venice, Italy, October
20-23, 2009",
booktitle = "Algorithmic Decision Theory, First International
Conference, {ADT} 2009",
year = 2009,
series = lncs,
volume = 5783,
editor = Rossi #and# Tsoukias,
publisher = springer,
address = add-heidelberg,
}
@Book{ADT2011,
title = "Algorithmic Decision Theory, Third International Conference,
{ADT} 2011, Piscataway, New Jersey, USA, October 26-28, 2011",
booktitle = "Algorithmic Decision Theory, Third International Conference,
{ADT} 2011",
year = 2011,
series = lnai,
volume = 6992,
editor = Brafman #and# Roberts_F #and# Tsoukias,
publisher = springer,
address = add-heidelberg,
}
@Proceedings{AIM1998,
editor = {Martin C. Golumbic and others},
booktitle = {Fifth International Symposium on Artificial Intelligence and Mathematics,
{AIM} 1998, Fort Lauderdale, Florida, USA, January 4-6, 1998},
title = {Fifth International Symposium on Artificial Intelligence and Mathematics,
{AIM} 1998, Fort Lauderdale, Florida, USA, January 4-6, 1998},
year = 1998
}
@Book{AIPIS2016,
title = {Artificial Intelligence Perspectives in Intelligent Systems},
booktitle = {Artificial Intelligence Perspectives in Intelligent Systems},
year = 2016,
editor = {Silhavy, Radek and Senkerik, Roman and Oplatkova, Zuzana Kominkova and Silhavy, Petr and Prokopova, Zdenka},
publisher = springer-int-pub,
series = aisc2,
volume = 464
}
@Book{AISB1995,
editor = {T. C. Fogarty},
title = {Evolutionary Computing, {AISB} Workshop, Sheffield, UK, April
3-4, 1995, Selected Papers},
publisher = springer,
year = 1995,
volume = 993,
series = lncs,
address = add-berlin,
booktitle = {Evolutionary Computing, AISB Workshop}
}
@Proceedings{AISTATS2016,
editor = {Arthur Gretton and Christian C. Robert},
title = {Proceedings of the 19th International Conference on Artificial Intelligence
and Statistics, {AISTATS} 2016, Cadiz, Spain, May 9-11, 2016},
booktitle = Proc_of_the #{19th International Conference on Artificial Intelligence
and Statistics, {AISTATS} 2016, Cadiz, Spain, May 9-11, 2016},
year = 2016,
series = {{JMLR} Workshop and Conference Proceedings},
volume = 51,
publisher = {{JMLR}.org}
}
@Book{ALT2013,
editor = {Sanjay Jain and R{\'{e}}mi Munos and Frank Stephan and Thomas
Zeugmann},
title = {Algorithmic Learning Theory - 24th International Conference,
{ALT} 2013, Singapore, October 6-9, 2013. Proceedings},
booktitle = Proc_of #{Algorithmic Learning Theory},
series = lncs,
volume = 8139,
year = 2013,
doi = {10.1007/978-3-642-40935-6},
publisher = springer,
address = add-berlin,
}
@Book{AMONIC2010,
booktitle = {Advances in Multi-Objective Nature Inspired Computing},
title = {Advances in Multi-Objective Nature Inspired Computing},
series = sici,
year = 2010,
volume = 272,
editor = Coello #and# Dhaenens #and# Jourdan,
publisher = springer,
}
@Book{ANIMATS1994,
editor = {Cliff, D. and Husbands, P. and Meyer, J.-A. and Wilson, S.},
title = {Proceedings of the third international conference on
Simulation of adaptive behavior: From Animals to Animats 3},
booktitle = Proc_of_the #{third international conference on
Simulation of adaptive behavior: From Animals to Animats 3},
publisher = mit-pub,
year = 1994,
address = mit-ad,
}
@Proceedings{ANTS2000,
title = "Abstract proceedings of ANTS 2000 -- From Ant
Colonies to Artificial Ants: Second International
Workshop on Ant Algorithms",
booktitle = "Abstract proceedings of ANTS 2000 -- From Ant
Colonies to Artificial Ants: Second International
Workshop on Ant Algorithms",
fulleditor = Dorigo #and# Middendorf #and# Stuetzle,
editor = Dorigo # and_others,
organization = iridia,
date = "2000-09-07/2000-09-09",
year = 2000,
month = sep # " 7--9",
}
@Book{ANTS2002,
title = {Ant Algorithms, Third International Workshop, ANTS
2002, Brussels, Belgium, September 12-14, 2002,
Proceedings},
booktitle = {Ant Algorithms, Third International Workshop, ANTS
2002},
year = 2002,
series = lncs,
volume = 2463,
fulleditor = Dorigo #and# DiCaro #and# Sampels_M,
editor = Dorigo # and_others,
publisher = springer,
address = add-heidelberg,
}
@Book{ANTS2004,
title = {Ant Colony Optimization and Swarm Intelligence, 4th
International Workshop, ANTS 2004},
booktitle = ants2004,
year = 2004,
fulleditor = Dorigo #and# Gambardella #and# Mondada #and# Stuetzle
#and# Birattari #and# Blum,
editor = Dorigo # and_others,
volume = 3172,
series = lncs,
publisher = springer,
address = add-heidelberg,
}
@Book{ANTS2006,
title = {Ant Colony Optimization and Swarm Intelligence, 5th
International Workshop, ANTS 2006},
booktitle = {Ant Colony Optimization and Swarm Intelligence, 5th
International Workshop, ANTS 2006},
fulleditor = Dorigo #and# Gambardella #and# Birattari #and# "
Martinoli, A." #and# " Poli, R. " #and# Stuetzle,
editor = Dorigo # and_others,
series = lncs,
volume = 4150,
year = 2006,
publisher = springer,
address = add-heidelberg,
}
@Book{ANTS2008,
title = {Ant Colony Optimization and Swarm Intelligence, 6th
International Conference, ANTS 2008},
booktitle = {Ant Colony Optimization and Swarm Intelligence, 6th
International Conference, ANTS 2008},
year = 2008,
fulleditor = Dorigo #and# Birattari #and# Blum #and# Clerc_M
#and# Stuetzle #and# {A. F. T. Winfield},
editor = Dorigo # and_others,
publisher = springer,
address = add-heidelberg,
series = lncs,
volume = 5217,
}
@Book{ANTS2010,
title = {Ant Colony Optimization and Swarm Intelligence, 7th
International Conference, ANTS 2010},
booktitle = ants2010,
year = 2010,
editor = Dorigo # and_others,
fulleditor = Dorigo #and# Birattari #and# DiCaro #and#
"Doursat, R. and Engelbrecht, A. P. and Floreano,
D. and Gambardella, L. M. and Gro\ss, R. and Sahin,
E." #and# Stuetzle #and# "Sayama, H.",
publisher = springer,
address = add-heidelberg,
series = lncs,
volume = 6234,
}
@Book{ANTS2012,
title = {Swarm Intelligence, 8th
International Conference, ANTS 2012},
booktitle = ants2012,
year = 2012,
editor = Dorigo # and_others,
publisher = springer,
address = add-heidelberg,
series = lncs,
volume = 7461,
}
@Book{ANTS2014,
title = {Swarm Intelligence, 9th
International Conference, ANTS 2014},
booktitle = ants2014,
year = 2014,
editor = Dorigo # and_others,
publisher = springer,
address = add-heidelberg,
series = lncs,
volume = 8667,
}
@Book{ANTS2016,
title = {Swarm Intelligence, 10th International Conference, ANTS 2016,
Brussels, Belgium, September 7-9, 2016, Proceedings},
booktitle = ants2016,
year = 2016,
editor = Dorigo #and# Birattari #and# Li_X #and# Lopez-Ibanez #and#
Ohkura_K #and# Pinciroli #and# Stuetzle,
publisher = springer,
address = add-heidelberg,
series = lncs,
volume = 9882,
doi = {10.1007/978-3-319-44427-7}
}
@Book{ANTS2018,
title = {Swarm Intelligence, 11th International Conference, ANTS 2018,
Rome, Italy, October 29-31, 2018, Proceedings},
booktitle = ants2018,
year = 2018,
editor = Dorigo #and# Birattari #and# {Christensen, Anders L.} #and#
{Reina, Andreagiovanni} #and# Trianni_V,
publisher = springer,
address = add-heidelberg,
series = lncs,
volume = 11172
}
@Book{ANTS2020,
title = {Swarm Intelligence, 12th International Conference, ANTS 2020,
Barcelona, Spain, October 26-28, 2020, Proceedings},
booktitle = ants2020,
year = 2020,
editor = Dorigo #and# Stuetzle #and# Blesa #and# Blum #and#
Hamann_H #and# {Heinrich, Mary Katherine},
publisher = springer,
address = add-heidelberg,
series = lncs,
volume = 12421
}
@Book{ANTS2022,
title = {Swarm Intelligence, 13th International Conference, ANTS 2022,
M\'alaga, Spain, November 2-4, 2022, Proceedings},
booktitle = ants2022,
year = 2022,
editor = Dorigo #and# Hamann_H #and# Lopez-Ibanez #and# Garcia-Nieto
#and# Engelbrecht_A #and# Pinciroli #and# Strobel_V #and#
Camacho_C,
publisher = springer,
address = add-cham,
series = lncs,
volume = 13491,
doi = "10.1007/978-3-031-20176-9"
}
@Book{AUTSEA2011,
editor = Hamadi #and# {E. Monfroy and F. Saubion},
title = {Autonomous Search},
booktitle = {Autonomous Search},
publisher = springer,
address = add-berlin,
year = 2012,
}
@Book{AWSM03,
editor = Maksimovic #and# Butler #and# Memon,
title = {Advances in Water Supply Management: Proceedings of the CCWI
'03 Conference, London, 15-17 September 2003},
booktitle = {Advances in Water Supply Management},
year = 2003,
publisher = crc-press,
}
@Book{AarLen97,
title = {Local Search in Combinatorial Optimization},
booktitle = {Local Search in Combinatorial Optimization},
publisher = jws,
address = add-chichester,
year = 1997,
editor = Aarts #and# Lenstra,
}
@Book{AbrJaiGol2005emo,
title = {Evolutionary Multiobjective Optimization},
booktitle = {Evolutionary Multiobjective Optimization},
publisher = springer,
series = {Advanced Information and Knowledge Processing},
editor = {Abraham, Ajith and Jain, Lakhmi and Goldberg, Robert},
month = jan,
year = 2005,
address = add-london,
}
@Book{AdvDE2008,
title = {Advances in differential evolution},
booktitle = {Advances in differential evolution},
year = 2008,
editor = {Uday K. Chakraborty},
publisher = springer,
address = add-heidelberg,
}
@Proceedings{BIOMA2004,
title = {Bioinspired optimization methods and their applications:
Proceedings of the International Conference on Bioinspired
Optimization Methods and their Applications - BIOMA 2004,
11-12 October 2004, Ljubljana, Slovenia},
booktitle = {International Conference on Bioinspired Optimization Methods
and their Applications (BIOMA 2004)},
year = 2004,
editor = Filipic #and# Silc,
url = {https://books.google.be/books?id=0ZLsAAAACAAJ},
}
@Proceedings{BNAIC2020,
title = {Proceedings of the 32nd Benelux Conference on Artificial Intelligence,
BNAIC 2020, Leiden, The Netherlands, 19-20 November 2020},
booktitle = Proc_of_the #{32nd Benelux Conference on Artificial Intelligence,
BNAIC 2020, Leiden, The Netherlands, 19-20 November 2020},
editor = {Cao, Lu and Kosters, Walter and Lijffijt, Jefrey},
year = 2020,
url = {https://bnaic.liacs.leidenuniv.nl/wordpress/wp-content/uploads/bnaic2020proceedings.pdf}
}
@Book{BOR2016,
booktitle = {Behavioral Operational Research},
editor = {Kunc, M. and Malpass, J. and White, L.},
title = {Behavioral Operational Research Theory, Methodology and
Practice},
year = 2016,
publisher = palmac-pub,
address = add-london
}
@Book{BarChiPaqPre2010emaoa,
title = {Experimental Methods for the Analysis of
Optimization Algorithms},
booktitle = {Experimental Methods for the Analysis of
Optimization Algorithms},
publisher = springer,
address = add-berlin-heidelberg,
year = 2010,
editor = Bartz-Beielstein #and# Chiarandini #and# Paquete
#and# Preuss_M,
}
@Book{BarFilKorTal2020high,
booktitle = "High-Performance Simulation-Based Optimization",
title = "High-Performance Simulation-Based Optimization",
year = 2020,
editor = Bartz-Beielstein #and# Filipic #and# Korosec #and# Talbi,
publisher = springer-int-pub,
address = add-cham,
}
@Book{BluBleRol2008hybrid,
title = {Hybrid Metaheuristics: An emergent approach for optimization},
booktitle = {Hybrid Metaheuristics: An emergent approach for optimization},
editor = Blum #and# Blesa #and# Roli #and# Sampels_M,
publisher = springer,
address = add-berlin,
year = 2008,
volume = 114,
series = {Studies in Computational Intelligence},
alias = {BluEtAl08:hm-book},
}
@Book{BorMor2014theory,
editor = "Borenstein, Yossi" #and# Moraglio,
title = "Theory and Principled Methods for the Design of
Metaheuristics",
booktitle = "Theory and Principled Methods for the Design of
Metaheuristics",
series = natcompser,
year = 2014,
publisher = springer,
address = add-berlin-heidelberg,
}
@Book{CAEPIA2015,
title = "Advances in Artificial Intelligence: 16th Conference of the
Spanish Association for Artificial Intelligence, CAEPIA 2015
Albacete, Spain, November 9-12, 2015 Proceedings",
booktitle = "Advances in Artificial Intelligence, CAEPIA 2015",
year = 2015,
publisher = springer,
address = add-heidelberg,
editor = "Puerta, Jos{\'e} M. and G{\'a}mez, Jos{\'e} A. and
Dorronsoro, Bernabe and Barrenechea, Edurne and Troncoso,
Alicia and Baruque, Bruno and Galar, Mikel",
series = lncs,
volume = 9422
}
@Proceedings{CCC1972,
title = "Complexity of Computer Computations",
booktitle = Proc_of # "a symposium on the Complexity of Computer Computations,
held March 20-22, 1972, at the {IBM} {T}homas {J}. {W}atson Research Center,
Yorktown Heights, New York, USA",
year = 1972,
editor = {Miller, Raymond E. and Thatcher, James, W.},
series = "The IBM Research Symposia Series",
publisher = springer
}
@Proceedings{CCIE2010,
key = "CCIE",
title = {Proceedings of the 2010 International Conference on
Computing, Control and Industrial Engineering},
booktitle = Proc_of_the #{2010 International Conference on
Computing, Control and Industrial Engineering},
year = 2010,
publisher = ieee-csp,
address = ieee-csp-ad,
}
@Proceedings{CCWI2005,
title = {Proceedings of the Eighth International Conference on
Computing and Control for the Water Industry (CCWI 2005)},
booktitle = Proc_of_the #{Eighth International Conference on
Computing and Control for the Water Industry (CCWI 2005)},
year = 2005,
editor = Savic #and# Walters #and# King_Roger #and# Thiam-Khu,
volume = 1,
address = {University of Exeter, UK},
month = sep,
}
@Proceedings{CEC1999,
key = "IEEE CEC",
title = {Proceedings of the 1999 Congress on Evolutionary Computation
(CEC 1999)},
booktitle = Proc_of_the #{1999 Congress on Evolutionary Computation
(CEC 1999)},
year = 1999,
publisher = ieeep,
address = ieeep-ad,
}
@Proceedings{CEC2000,
key = "IEEE CEC",
title = {Proceedings of the 2000 Congress on Evolutionary
Computation (CEC 2000)},
booktitle = cec00,
year = 2000,
publisher = ieeep,
address = ieeep-ad,
month = jul,
}
@Proceedings{CEC2001,
key = "IEEE CEC",
title = {Proceedings of the 2001 Congress on Evolutionary
Computation (CEC 2001)},
booktitle = cec01,
year = 2001,
publisher = ieeep,
address = ieeep-ad
}
@Proceedings{CEC2002,
key = "IEEE CEC",
booktitle = cec02,
title = cec02,
publisher = ieeep,
address = ieeep-ad,
year = 2002,
}
@Proceedings{CEC2003,
key = "IEEE CEC",
title = {Proceedings of the 2003 Congress on Evolutionary
Computation (CEC 2003), Canberra, ACT, Australia},
booktitle = cec03,
month = dec,
publisher = ieeep,
address = ieeep-ad,
year = 2003
}
@Proceedings{CEC2004,
key = "IEEE CEC",
title = {Proceedings of the 2004 Congress on Evolutionary
Computation (CEC 2004)},
booktitle = Proc_of_the #{2004 Congress on Evolutionary
Computation (CEC 2004)},
year = 2004,
month = sep,
publisher = ieeep,
address = ieeep-ad,
}
@Proceedings{CEC2005,
key = "IEEE CEC",
title = {Proceedings of the 2005 Congress on Evolutionary
Computation (CEC 2005)},
booktitle = cec2005,
year = 2005,
month = sep,
publisher = ieeep,
address = ieeep-ad,
}
@Proceedings{CEC2006,
key = "IEEE CEC",
title = {Proceedings of the 2006 Congress on Evolutionary
Computation (CEC 2006)},
booktitle = cec2006,
year = 2006,
month = jul,
publisher = ieeep,
address = ieeep-ad,
}
@Proceedings{CEC2007,
key = "IEEE CEC",
title = {Proceedings of the {IEEE} Congress on Evolutionary
Computation, {CEC} 2007, 25-28 September 2007, Singapore},
booktitle = cec2007,
year = 2007,
publisher = ieeep,
address = ieeep-ad,
}
@Proceedings{CEC2008,
key = "IEEE CEC",
title = {Proceedings of the {IEEE} Congress on Evolutionary
Computation, {CEC} 2008, June 1-6, 2008, Hong Kong, China},
booktitle = cec2008,
year = 2008,
publisher = ieeep,
address = ieeep-ad,
}
@Proceedings{CEC2009,
key = "IEEE CEC",
title = cec2009,
booktitle = cec2009,
year = 2009,
publisher = ieeep,
address = ieeep-ad,
}
@Proceedings{CEC2010,
key = "IEEE CEC",
editor = Ishibuchi # and_others,
title = {Proceedings of the 2010 Congress on Evolutionary
Computation (CEC 2010)},
booktitle = cec2010,
publisher = ieeep,
address = ieeep-ad,
year = 2010,
}
@Proceedings{CEC2011,
key = "IEEE CEC",
title = {Proceedings of the 2011 Congress on Evolutionary
Computation (CEC 2011), New Orleans, LA, USA},
booktitle = cec2011,
publisher = ieeep,
address = ieeep-ad,
year = 2011,
}
@Proceedings{CEC2012,
key = "IEEE CEC",
title = {Proceedings of the 2012 Congress on Evolutionary
Computation (CEC 2012)},
booktitle = cec2012,
publisher = ieeep,
address = ieeep-ad,
year = 2012,
}
@Proceedings{CEC2013,
key = "IEEE CEC",
title = {Proceedings of the 2013 Congress on Evolutionary
Computation (CEC 2013)},
booktitle = cec2013,
publisher = ieeep,
address = ieeep-ad,
year = 2013,
}
@Proceedings{CEC2014,
key = "IEEE CEC",
title = {Proceedings of the 2014 Congress on Evolutionary
Computation (CEC 2014)},
booktitle = cec2014,
publisher = ieeep,
address = ieeep-ad,
year = 2014,
}
@Proceedings{CEC2015,
key = {IEEE CEC},
title = {Proceedings of the 2015 Congress on Evolutionary
Computation (CEC 2015)},
booktitle = cec2015,
publisher = ieeep,
address = ieeep-ad,
year = 2015,
}
@Proceedings{CEC2016,
key = {IEEE CEC},
title = {{IEEE} Congress on Evolutionary Computation, {CEC} 2016,
Vancouver, BC, Canada, July 24-29, 2016},
booktitle = cec2016,
publisher = ieeep,
address = ieeep-ad,
isbn = {978-1-5090-0623-6},
year = 2016,
}
@Proceedings{CEC2017,
key = {IEEE CEC},
title = {Proceedings of the 2017 Congress on Evolutionary
Computation (CEC 2017)},
booktitle = cec2017,
publisher = ieeep,
address = ieeep-ad,
year = 2017,
}
@Proceedings{CEC2018,
key = {IEEE CEC},
title = {Proceedings of the 2018 Congress on Evolutionary
Computation (CEC 2018)},
booktitle = cec2018,
publisher = ieeep,
address = ieeep-ad,
year = 2018,
}
@Proceedings{CEC2019,
key = {IEEE CEC},
title = {Proceedings of the 2019 Congress on Evolutionary
Computation (CEC 2019)},
booktitle = cec2019,
publisher = ieeep,
address = ieeep-ad,
year = 2019,
}
@Proceedings{CEC2020,
key = {IEEE CEC},
title = {Proceedings of the 2020 Congress on Evolutionary
Computation (CEC 2020)},
booktitle = cec2020,
publisher = ieeep,
address = ieeep-ad,
year = 2020,
}
@Proceedings{CEC2021,
key = {IEEE CEC},
title = {Proceedings of the 2021 Congress on Evolutionary
Computation (CEC 2021)},
booktitle = cec2021,
publisher = ieeep,
address = ieeep-ad,
year = 2021,
}
@Proceedings{CGO2008,
editor = {Soffa, Mary Lou and Duesterwald, Evelyn},
title = {Proceedings of the 6th Annual IEEE/ACM International
Symposium on Code Generation and Optimization},
booktitle = Proc_of_the #{6th Annual IEEE/ACM International
Symposium on Code Generation and Optimization},
year = 2008,
publisher = acm-pub,
address = add-ny,
series = {CGO '08}
}
@Book{CO:MA2011,
editor = {Slawomir Koziel and Xin-She Yang},
title = {Computational Optimization, Methods and Algorithms},
year = 2011,
publisher = springer,
booktitle = {Computational Optimization, Methods and Algorithms},
volume = 356,
series = sci,
address = add-berlin-heidelberg
}
@Proceedings{COLT1992,
title = {Proceedings of the Fifth Annual {ACM} Conference on
Computational Learning Theory, {COLT} 1992, Pittsburgh, PA,
USA, July 27-29, 1992},
year = 1992,
booktitle = {COLT'92},
editor = {David Haussler},
publisher = acm-pub
}
@Book{CP1998,
year = 1998,
title = {Principles and Practice of Constraint Programming, CP98},
booktitle = {Principles and Practice of Constraint Programming, CP98},
volume = 1520,
series = lncs,
editor = {Maher, Michael and Puget, Jean-Francois},
publisher = springer,
address = add-heidelberg,
}
@Book{CP2000,
editor = {Rina Dechter},
title = {Principles and Practice of Constraint Programming,
CP 2000, 6th International Conference, Singapore,
September 18-21, 2000, Proceedings},
booktitle = {Principles and Practice of Constraint Programming,
CP 2000},
publisher = springer,
address = add-heidelberg,
series = lncs,
volume = 1894,
year = 2000,
}
@Book{CP2002,
editor = Hentenryck,
title = {Principles and Practice of Constraint Programming, CP 2002},
booktitle = {Principles and Practice of Constraint Programming, CP 2002},
publisher = springer,
address = add-heidelberg,
series = lncs,
year = 2002,
}
@Book{CP2009,
editor = Gent_IP,
title = {Principles and Practice of Constraint Programming --
CP 2009, 15th International Conference, CP 2009,
Lisbon, Portugal, September 20-24, 2009,
Proceedings},
booktitle = {Principles and Practice of Constraint Programming,
CP 2009},
publisher = springer,
address = add-heidelberg,
series = lncs,