-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpapers.bib
More file actions
1186 lines (1112 loc) · 37 KB
/
papers.bib
File metadata and controls
1186 lines (1112 loc) · 37 KB
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
---
---
@article{Paz2026b,
author = {Paz, Álex and Crawford, Broderick and Monfroy, Eric and Rodriguez-Tello, Eduardo and Barrera-Garcia, José and Cisternas-Caneo, Felipe and López Cortés, Benjamín and Lazo, Yoslandy and Yáñez, Andrés and Peña Fritz, Álvaro and Soto, Ricardo},
title = {Bioinspired Optimization for Feature Selection in Post-Compliance Risk Prediction},
journal = {Biomimetics},
volume = {11},
year = {2026},
month = {3},
number = {3},
pages = {190},
issn = {2313-7673},
doi = {10.3390/biomimetics11030190},
abbr = {Journal Article},
bibtex_show = {true},
dimensions = {true}
}
@article{HernandezMartinez2026,
author = {Hernandez-Martinez, Jorge I. and Juárez-Osorio, Sandra Leticia and Mendez-Vazquez, Andres and Rodriguez-Hernandez, Gerardo and Rodriguez-Tello, Eduardo},
title = {Quantum {LSTM} Guided Sampling for Efficient Configuration Interaction in Solving the SchröDinger Equation},
booktitle = {2025 IEEE International Conference on Quantum Artificial Intelligence (QAI)},
month = {1},
year = {2026},
pages = {79--85},
address = {Napoli, Italy},
publisher = {IEEE Press},
doi = {10.1109/QAI63978.2025.00020},
abbr = {Conference Paper},
bibtex_show = {true},
dimensions = {true}
}
@article{Lazo2026a,
author = {Lazo, Yoslandy and Paz, Álex and Crawford, Broderick and Valle, Carlos and Rodriguez-Tello, Eduardo and Soto, Ricardo and Barrera-Garcia, José and Cisternas-Caneo, Felipe and López Cortés, Benjamín},
title = {Bioinspired Deep Neural Networks for Predicting Income-Reporting Discontinuities in the Chilean Student Loan Program},
journal = {Biomimetics},
volume = {11},
year = {2026},
month = {1},
number = {2},
pages = {98},
issn = {2313-7673},
doi = {10.3390/biomimetics11020098},
abbr = {Journal Article},
bibtex_show = {true},
dimensions = {true}
}
@article{Paz2026a,
author = {Paz, Álex and Crawford, Broderick and Monfroy, Eric and Rodriguez-Tello, Eduardo and Barrera-García, José and Cisternas-Caneo, Felipe and López Cortés, Benjamín and Lazo, Yoslandy and Yáñez, Andrés and Peña Fritz, Álvaro and Soto, Ricardo},
title = {Interpretable Binary Classification Under Constraints for Financial Compliance Modeling},
journal = {Mathematics},
volume = {14},
year = {2026},
month = {1},
number = {3},
pages = {429},
issn = {2227-7390},
doi = {10.3390/math14030429},
abbr = {Journal Article},
bibtex_show = {true},
dimensions = {true}
}
@article{JuarezOsorio2025,
doi = {10.1088/1402-4896/ae1335},
year = {2025},
month = {10},
publisher = {IOP Publishing},
volume = {100},
number = {10},
pages = {106009},
author = {Juárez-Osorio, Sandra Leticia and Rivera-Ruiz, Mayra Alejandra and Mendez-Vazquez, Andres and Rodriguez-Tello, Eduardo and López-Romero, José Mauricio},
title = {Fourier series guided design of quantum convolutional neural networks for enhanced time series forecasting},
journal = {Physica Scripta},
abbr = {Journal Article},
bibtex_show = {true},
dimensions = {true},
selected = {true}
}
@article{ZunigaValenzuela2025,
author = {Zúñiga-Valenzuela, Pablo and Crawford, Broderick and Cisternas-Caneo, Felipe and Rodriguez-Tello, Eduardo and Soto, Ricardo and Barrera-Garcia, José and Lepe-Silva, Fernando},
title = {Binary chaotic white shark optimizer for the unicost set covering problem},
journal = {Mathematics},
volume = {13},
year = {2025},
month = {7},
number = {13},
pages = {2175},
issn = {2227-7390},
doi = {10.3390/math13132175},
abbr = {Journal Article},
bibtex_show = {true},
dimensions = {true}
}
@article{Rodriguez2025,
author = {Eduardo {Rodriguez-Tello} and Eric Monfroy and Claudia {Vasconcellos-Gaete}},
title = {Exact and approximate methods for solving the edge-strength problem},
journal = {Lecture Notes in Computer Science},
year = {2025},
month = {7},
volume = {15908},
pages = {421--432},
doi = {10.1007/978-3-031-97557-8_30},
publisher = {Springer},
abbr = {Conference Paper},
bibtex_show = {true},
dimensions = {true}
}
@inproceedings{Monfroy2025,
author = {Eric Monfroy and Eduardo {Rodriguez-Tello} and Claudia {Vasconcellos-Gaete}},
title = {Two constrained models for the edge-strength problem},
month = {2},
year = {2025},
booktitle = {Proceedings of the {ROADEF} 2025},
pages = {P309, 689--690},
address = {Champs-sur-Marne, France},
abbr = {Conference Paper},
bibtex_show = {true},
pdf = {ROADEF2025.pdf}
}
@article{Wei2024,
author = {Wei, Z. and Hao, {J. K.} and Ren, J. and Wu, Q. and {Rodriguez-Tello}, E.},
title = {An intensification-driven search algorithm for the family traveling salesman problem with incompatibility constraints},
journal = {Knowledge-Based Systems},
year = {2024},
volume = {302},
pages = {112378},
doi = {10.1016/j.knosys.2024.112378},
publisher = {Elsevier},
abbr = {Journal Article},
bibtex_show = {true},
dimensions = {true},
google_scholar_id = {fPk4N6BV_jEC},
selected = {true}
}
@inproceedings{Crawford2024,
author = {B. Crawford and F. {Cisternas-Caneo} and K. Sepúlveda and R. Soto and A. Paz and A. Peña and C. {León de la Barra} and E. {Rodriguez-Tello} and G. Astorga and C. Castro and F. Johnson and G. Giachetti and E. Peña Jaramillo and P. {Alberti Villalobos}},
title = {Pendulum motion based optimization algorithm to solve the feature selection problem},
year = {2023},
booktitle = {Proceedings of the XLIX Latin American Computer Conference, CLEI 2023},
pages = {1--7},
doi = {10.1109/CLEI60451.2023.10346127},
address = {La Paz, Bolivia},
abbr = {Conference Paper},
bibtex_show = {true},
dimensions = {true},
google_scholar_id = {g5m5HwL7SMYC}
}
@article{GuerreroSoto2024,
author = {D. {Guerrero-Soto} and J. G. {Ramírez-Torres} and E. {Rodriguez-Tello}},
title = {Kinematic tripod ({K3P}): a new kinematic algorithm for gait pattern generation},
journal = {Applied Sciences},
year = {2024},
volume = {14},
number = {6},
pages = {2564},
doi = {10.3390/app14062564},
publisher = {MDPI},
abbr = {Journal Article},
bibtex_show = {true},
dimensions = {true},
google_scholar_id = {pqnbT2bcN3wC}
}
@article{RiveraRuiz2024,
author = {M. A. {Rivera-Ruiz} and S. L. {Juárez-Osorio} and A. {Mendez-Vazquez} and J. M. {López-Romero} and E. {Rodriguez-Tello}},
title = {{1D} quantum convolutional neural network for time series forecasting and classification},
journal = {Lecture Notes in Artificial Intelligence},
year = {2024},
volume = {14391},
pages = {17--35},
doi = {10.1007/978-3-031-47765-2_2},
publisher = {Springer},
abbr = {Conference Paper},
bibtex_show = {true},
dimensions = {true},
google_scholar_id = {ldfaerwXgEUC}
}
@article{Crawford2023,
author = {B. Crawford and F. {Cisternas-Caneo} and K. Sepúlveda and R. Soto and A. Paz and A. Peña and C. {León de la Barra} and E. {Rodriguez-Tello} and G. Astorga and C. Castro and F. Johnson and G. Giachetti},
title = {{B-PSA}: a binary pendulum search algorithm for the feature selection problem},
journal = {Computers},
year = {2023},
volume = {12},
number = {12},
pages = {249},
doi = {10.3390/computers12120249},
publisher = {MDPI},
abbr = {Journal Article},
bibtex_show = {true},
dimensions = {true},
google_scholar_id = {M05iB0D1s5AC}
}
@article{Abrego2023,
author = {P. {Ábrego-Calderón} and B. Crawford and R. Soto and E. {Rodriguez-Tello} and F. {Cisternas-Caneo} and E. Monfroy and G. Giachetti},
title = {Multi-armed bandit-based metaheuristic operator selection: the pendulum algorithm binarization case},
journal = {Communications in Computer and Information Science},
year = {2023},
volume = {1824},
pages = {248--259},
doi = {10.1007/978-3-031-34020-8_19},
publisher = {Springer},
abbr = {Conference Paper},
bibtex_show = {true},
dimensions = {true},
google_scholar_id = {2P1L_qKh6hAC}
}
@article{Lozano2023,
author = {M. Lozano and E. {Rodriguez-Tello}},
title = {Population-based iterated greedy algorithm for the {S-labeling} problem},
journal = {Computers \& Operations Research},
year = {2023},
volume = {155},
pages = {106224},
doi = {10.1016/j.cor.2023.106224},
publisher = {Elsevier},
abbr = {Journal Article},
bibtex_show = {true},
dimensions = {true},
google_scholar_id = {70eg2SAEIzsC},
selected = {true}
}
@article{Narvaez2023,
author = {V. {Narvaez-Teran} and E. {Rodriguez-Tello} and F. Lardeux and G. {Ramírez-Torres}},
title = {Preliminary results on constraint programming and branch \& bound algorithms for the cyclic bandwidth sum problem},
journal = {Lecture Notes in Networks and Systems},
year = {2023},
volume = {448},
pages = {117--125},
doi = {10.1007/978-981-19-1610-6_11},
publisher = {Springer},
abbr = {Conference Paper},
bibtex_show = {true},
dimensions = {true},
google_scholar_id = {vV6vV6tmYwMC},
pdf = {ICICT2023.pdf}
}
@article{Reyes2022,
author = {I. {Reyes-Amezcua} and D. {Flores-Araiza} and G. {Ochoa-Ruiz} and A. {Mendez-Vazquez} and E. {Rodriguez-Tello}},
title = {{MACFE}: a meta-learning and causality based feature engineering framework},
journal = {Lecture Notes in Artificial Intelligence},
year = {2022},
volume = {13612},
pages = {52--65},
doi = {10.1007/978-3-031-19493-1_5},
publisher = {Springer},
abbr = {Conference Paper},
bibtex_show = {true},
dimensions = {true},
google_scholar_id = {NaGl4SEjCO4C},
pdf = {MICAI2022.pdf}
}
@article{Cavero2022,
author = {S. Cavero and E. G. Pardo and A. Duarte and E. {Rodriguez-Tello}},
title = {A variable neighborhood search approach for cyclic bandwidth sum problem},
journal = {Knowledge-Based Systems},
year = {2022},
volume = {246},
pages = {108680},
doi = {10.1016/j.knosys.2022.108680},
publisher = {Elsevier},
abbr = {Journal Article},
bibtex_show = {true},
dimensions = {true},
google_scholar_id = {ns9cj8rnVeAC},
selected = {true}
}
@article{Narvaez2021,
author = {V. {Narvaez-Teran} and G. Ochoa and E. {Rodriguez-Tello}},
title = {Search trajectory networks applied to the cyclic bandwidth sum problem},
journal = {IEEE Access},
year = {2021},
volume = {9},
number = {1},
pages = {151266--151277},
doi = {10.1109/ACCESS.2021.3126015},
publisher = {IEEE Press},
abbr = {Journal Article},
bibtex_show = {true},
dimensions = {true},
google_scholar_id = {O3NaXMp0MMsC}
}
@article{Rodriguez-Garcia2021,
author = {M. A. {Rodríguez-Garcia} and J. {Sánchez-Oro} and E. {Rodriguez-Tello} and E. Monfroy and A. Duarte},
title = {Two-dimensional bandwidth minimization problem: exact and heuristic approaches},
journal = {Knowledge-Based Systems},
year = {2021},
volume = {214},
pages = {106651},
doi = {10.1016/j.knosys.2020.106651},
publisher = {Elsevier},
abbr = {Journal Article},
bibtex_show = {true},
dimensions = {true},
google_scholar_id = {BqipwSGYUEgC},
selected = {true},
pdf = {KBS2020b.pdf}
}
@article{Soto2020b,
author = {R. Soto and J. A. {Gómez-Pulido} and E. {Rodriguez-Tello} and P. Isasi},
title = {Advances in recent nature-inspired algorithms for neural engineering},
journal = {Computational Intelligence and Neuroscience},
year = {2020},
volume = {2020},
number = {Article ID 7836239},
pages = {2},
doi = {10.1155/2020/7836239},
publisher = {Hindawi},
abbr = {Journal Article},
bibtex_show = {true},
dimensions = {true},
google_scholar_id = {YFjsv_pBGBYC}
}
@article{Soto2020,
author = {R. Soto and B. Crawford and R. Olivares and C. Carrasco and E. {Rodriguez-Tello} and C. Castro and F. Paredes and H. {de la Fuente-Mella}},
title = {A reactive population approach on the dolphin echolocation algorithm for solving cell manufacturing systems},
journal = {Mathematics},
year = {2020},
volume = {8},
number = {9},
pages = {1389},
doi = {10.3390/math8091389},
publisher = {MDPI},
abbr = {Journal Article},
bibtex_show = {true},
dimensions = {true},
google_scholar_id = {NMxIlDl6LWMC}
}
@article{Ren2020,
author = {J. Ren and J. K. Hao and E. {Rodriguez-Tello} and L. Li and K. He},
title = {A new iterated local search algorithm for the cyclic bandwidth problem},
journal = {Knowledge-Based Systems},
year = {2020},
volume = {203},
pages = {106136},
doi = {10.1016/j.knosys.2020.106136},
publisher = {Elsevier},
abbr = {Journal Article},
bibtex_show = {true},
dimensions = {true},
google_scholar_id = {hMod-77fHWUC},
pdf = {KBS2020a.pdf}
}
@article{Ren2019b,
author = {J. Ren and J. K. Hao and E. {Rodriguez-Tello}},
title = {A study of recombination operators for the cyclic bandwidth problem},
journal = {Lecture Notes in Computer Science},
year = {2020},
volume = {12052},
pages = {177-191},
doi = {10.1007/978-3-030-45715-0_14},
publisher = {Springer},
abbr = {Conference Paper},
bibtex_show = {true},
dimensions = {true},
google_scholar_id = {JV2RwH3_ST0C},
pdf = {EA2019.pdf}
}
@article{Lardeux2020,
author = {F. Lardeux and E. Monfroy and E. {Rodriguez-Tello} and B. Crawford and R. Soto},
title = {Solving complex problems using model transformations: from set constraint modeling to {SAT} instance solving},
journal = {Expert Systems with Applications},
year = {2020},
volume = {149},
pages = {113243},
doi = {10.1016/j.eswa.2020.113243},
publisher = {Elsevier},
abbr = {Journal Article},
bibtex_show = {true},
dimensions = {true},
google_scholar_id = {M3NEmzRMIkIC},
pdf = {ESWA2020.pdf}
}
@article{Ren2019a,
author = {J. Ren and J. K. Hao and E. {Rodriguez-Tello}},
title = {An iterated three-phase search approach for solving the cyclic bandwidth problem},
journal = {IEEE Access},
year = {2019},
volume = {7},
number = {1},
pages = {98436-98452},
doi = {10.1109/ACCESS.2019.2929410},
publisher = {IEEE Press},
abbr = {Journal Article},
bibtex_show = {true},
dimensions = {true},
google_scholar_id = {maZDTaKrznsC}
}
@inproceedings{Lozano2018,
author = {J. Lozano and {L. C.} {González-Gurrola} and E. {Rodriguez-Tello} and P. Lacomme},
title = {A statistical comparison of objective functions for the vehicle routing problem with route balancing},
month = {October},
year = {2018},
booktitle = {Proceedings of the MICAI 2016},
pages = {130--135},
doi = {10.1109/MICAI-2016.2016.00028},
address = {Cancun, Mexico},
abbr = {Conference Paper},
bibtex_show = {true},
dimensions = {true},
google_scholar_id = {HDshCWvjkbEC},
pdf = {MICACI2016.pdf}
}
@article{Rodriguez2019b,
author = {E. {Rodriguez-Tello} and V. {Narvaez-Teran} and F. Lardeux},
title = {Dynamic multi-armed bandit algorithm for the cyclic bandwidth sum problem},
journal = {IEEE Access},
year = {2019},
volume = {7},
number = {1},
pages = {40258--40270},
doi = {10.1109/ACCESS.2019.2906840},
publisher = {IEEE Press},
abbr = {Journal Article},
bibtex_show = {true},
dimensions = {true},
google_scholar_id = {isC4tDSrTZIC}
}
@article{Rodriguez2019a,
author = {E. {Rodriguez-Tello} and F. Lardeux and A. Duarte and V. {Narvaez-Teran}},
title = {Alternative evaluation functions for the cyclic bandwidth sum problem},
journal = {European Journal of Operational Research},
year = {2019},
volume = {273},
number = {3},
pages = {904--919},
doi = {10.1016/j.ejor.2018.09.031},
publisher = {Elsevier},
abbr = {Journal Article},
bibtex_show = {true},
dimensions = {true},
google_scholar_id = {r0BpntZqJG4C}
}
@article{Soto2018,
author = {R. Soto and E. {Rodriguez-Tello} and E. Monfroy},
title = {Recent advances on swarm intelligence for solving complex engineering problems},
journal = {Mathematical Problems in Engineering},
year = {2018},
volume = {2018},
number = {Article ID 5642786},
pages = {1},
doi = {10.1155/2018/5642786},
publisher = {Hindawi},
abbr = {Journal Article},
bibtex_show = {true},
dimensions = {true},
google_scholar_id = {iH-uZ7U-co4C}
}
@article{Rodriguez2018a,
author = {E. {Rodriguez-Tello} and V. {Narvaez-Teran} and F. Lardeux},
title = {Comparative study of different memetic algorithm configurations for the cyclic bandwidth sum problem},
journal = {Lecture Notes in Computer Science},
year = {2018},
volume = {11101},
pages = {82--94},
doi = {10.1007/978-3-319-99253-2_7},
publisher = {Springer},
abbr = {Conference Paper},
bibtex_show = {true},
dimensions = {true},
google_scholar_id = {4JMBOYKVnBMC},
pdf = {PPSN2018.pdf}
}
@inproceedings{Ren2018,
author = {J. Ren and J. K. Hao and E. {Rodriguez-Tello}},
title = {A new heuristic for solving the cyclic bandwidth problem},
month = {February},
year = {2018},
booktitle = {Proceedings of the {ROADEF} 2018},
pages = {P122, 192--193},
address = {Lorient, France},
abbr = {Conference Paper},
bibtex_show = {true},
google_scholar_id = {e5wmG9Sq2KIC},
pdf = {ROADEF2018.pdf}
}
@article{Lardeux2017,
author = {F. Lardeux and J. Maturana and E. {Rodriguez-Tello} and F. Saubion},
title = {Migration policies in dynamic island models},
journal = {Natural Computing},
year = {2019},
volume = {18},
number = {1},
pages = {163--179},
doi = {10.1007/s11047-017-9660-z},
publisher = {Springer},
abbr = {Journal Article},
bibtex_show = {true},
dimensions = {true},
google_scholar_id = {R3hNpaxXUhUC},
pdf = {NACO2019.pdf}
}
@article{Soto2016,
author = {R. Soto and E. {Rodriguez-Tello} and S. Caro and F. Lardeux},
title = {Scientific programming in computational intelligence},
journal = {Scientific Programming},
year = {2016},
volume = {2016},
number = {Article ID 5039793},
pages = {1--2},
doi = {10.1155/2016/5039793},
publisher = {Hindawi},
abbr = {Journal Article},
bibtex_show = {true},
dimensions = {true},
google_scholar_id = {hFOr9nPyWt4C}
}
@article{Elizondo2016,
author = {J. C. {Elizondo Leal} and J. G. {Ramirez Torres} and E. {Rodriguez-Tello} and J. R. {Martinez Angulo}},
title = {Multi-robot exploration using self-biddings under constraints on communication range},
journal = {IEEE Latin America Transactions},
year = {2016},
volume = {14},
number = {2},
pages = {971--982},
doi = {10.1109/TLA.2016.7437248},
publisher = {IEEE Press},
abbr = {Journal Article},
bibtex_show = {true},
dimensions = {true},
google_scholar_id = {yD5IFk8b50cC},
pdf = {IEEE-Latam2016.pdf}
}
@inproceedings{VazquezOrtiz2014,
author = {K. E. {Vazquez-Ortiz} and J. M. Richer and D. Lesaint and E. {Rodriguez-Tello}},
title = {A bottom-up implementation of path-relinking for phylogenetic reconstruction applied to maximum parsimony},
booktitle = {2014 IEEE Symposium on Computational Intelligence in Multi-Criteria Decision-Making (MCDM)},
month = {December},
year = {2014},
pages = {157--163},
address = {Orlando, FL, USA},
publisher = {IEEE Press},
doi = {10.1109/MCDM.2014.7007202},
abbr = {Conference Paper},
bibtex_show = {true},
dimensions = {true},
google_scholar_id = {7PzlFSSx8tAC},
pdf = {SSCI2014.pdf}
}
@article{Rodriguez2015a,
author = {E. {Rodriguez-Tello} and H. {Romero-Monsivais} and G. {Ramírez-Torres} and F. Lardeux},
title = {Tabu search for the cyclic bandwidth problem},
journal = {Computers & Operations Research},
year = {2015},
volume = {57},
number = {},
pages = {17--32},
doi = {10.1016/j.cor.2014.11.013},
publisher = {Elsevier},
abbr = {Journal Article},
bibtex_show = {true},
dimensions = {true},
google_scholar_id = {dhFuZR0502QC},
pdf = {COR2014b.pdf}
}
@article{Rodriguez2015b,
author = {E. {Rodriguez-Tello} and J. K. Hao and H. {Romero-Monsivais}},
title = {Boosting the performance of metaheuristics for the minla problem using a more discriminating evaluation function},
journal = {Tehnicki Vjesnik - Technical Gazette},
year = {2015},
volume = {22},
number = {1},
pages = {11-24},
doi = {10.17559/TV-20130905130612},
publisher = {University of Osijek, Croatia},
abbr = {Journal Article},
bibtex_show = {true},
dimensions = {true},
google_scholar_id = {IWHjjKOFINEC},
pdf = {TG2015.pdf}
}
@article{GarzaFabre2014b,
author = {M. {Garza-Fabre} and E. {Rodriguez-Tello} and G. {Toscano-Pulido}},
title = {Constraint-handling through multi-objective optimization: the hydrophobic-polar model for protein structure prediction},
journal = {Computers \& Operations Research},
year = {2015},
volume = {53},
number = {},
pages = {128--153},
doi = {10.1016/j.cor.2014.07.010},
publisher = {Elsevier},
abbr = {Journal Article},
bibtex_show = {true},
dimensions = {true},
google_scholar_id = {QIV2ME_5wuYC},
pdf = {COR2014a.pdf}
}
@article{GarzaFabre2014a,
author = {M. {Garza-Fabre} and G. {Toscano-Pulido} and E. {Rodriguez-Tello}},
title = {Multi-objectivization, fitness landscape transformation and search performance: a case of study on the hp model for protein structure prediction},
journal = {European Journal of Operational Research},
year = {2015},
volume = {243},
number = {2},
pages = {405--422},
doi = {10.1016/j.ejor.2014.06.009},
publisher = {Elsevier},
abbr = {Journal Article},
bibtex_show = {true},
dimensions = {true},
google_scholar_id = {9ZlFYXVOiuMC},
pdf = {EJOR2014.pdf}
}
@inproceedings{GarzaFabre2013a,
author = {M. {Garza-Fabre} and G. {Toscano-Pulido} and E. {Rodriguez-Tello}},
title = {Handling constraints in the {HP} model for protein structure prediction by multiobjective optimization},
month = {June},
year = {2013},
booktitle = {Proceedings of the IEEE Congress on Evolutionary Computation, CEC 2013},
pages = {2728--2735},
address = {Cancun, Mexico},
publisher = {IEEE Press},
doi = {10.1109/CEC.2013.6557899},
abbr = {Conference Paper},
bibtex_show = {true},
dimensions = {true},
google_scholar_id = {aqlVkmm33-oC},
pdf = {CEC2013.pdf}
}
@article{GarzaFabre2013b,
author = {M. {Garza-Fabre} and E. {Rodriguez-Tello} and G. {Toscano-Pulido}},
title = {Comparative analysis of different evaluation functions for protein structure prediction under the {HP} model},
journal = {Journal of Computer Science and Technology},
year = {2013},
volume = {28},
number = {5},
pages = {868--889},
doi = {10.1007/s11390-013-1384-7},
publisher = {Springer},
abbr = {Journal Article},
bibtex_show = {true},
dimensions = {true},
google_scholar_id = {qxL8FJ1GzNcC},
pdf = {JCST2013.pdf}
}
@article{RomeroMonsivais2012,
author = {H. {Romero-Monsivais} and E. {Rodriguez-Tello} and G. Ramírez},
title = {A new branch and bound algorithm for the cyclic bandwidth problem},
journal = {Lecture Notes in Artificial Intelligence},
year = {2012},
volume = {7630},
pages = {139--150},
doi = {10.1007/978-3-642-37798-3_13},
publisher = {Springer},
abbr = {Conference Paper},
bibtex_show = {true},
dimensions = {true},
google_scholar_id = {MXK_kJrjxJIC},
pdf = {MICAI2012.pdf}
}
@article{GarzaFabre2012c,
author = {M. {Garza-Fabre} and E. {Rodriguez-Tello} and G. {Toscano-Pulido}},
title = {An improved multiobjectivization strategy for {HP} model-based protein structure prediction},
journal = {Lecture Notes in Computer Science},
year = {2012},
volume = {7492},
pages = {82--92},
doi = {10.1007/978-3-642-32964-7_9},
publisher = {Springer},
abbr = {Conference Paper},
bibtex_show = {true},
dimensions = {true},
google_scholar_id = {KlAtU1dfN6UC},
pdf = {PPSN2012.pdf}
}
@article{Richer2012,
author = {J. M. Richer and E. {Rodriguez-Tello} and K. E. {Vazquez-Ortiz}},
title = {Maximum parsimony phylogenetic inference using simulated annealing},
journal = {Advances in Intelligent and Soft Computing},
year = {2012},
volume = {175},
pages = {189--203},
doi = {10.1007/978-3-642-31519-0_12},
publisher = {Springer},
abbr = {Conference Paper},
bibtex_show = {true},
dimensions = {true},
google_scholar_id = {8k81kl-MbHgC},
pdf = {EVOLVE2012.pdf}
}
@inproceedings{GarzaFabre2012b,
author = {M. {Garza-Fabre} and G. {Toscano-Pulido} and E. {Rodriguez-Tello}},
title = {Locality-based multiobjectivization for the {HP} model of protein structure prediction},
month = {July},
year = {2012},
booktitle = {Proceedings of the GECCO 2012},
pages = {473--480},
address = {Philadelphia, PA, USA},
publisher = {Association for Computing Machinery},
doi = {10.1145/2330163.2330231},
abbr = {Conference Paper},
bibtex_show = {true},
dimensions = {true},
google_scholar_id = {UebtZRa9Y70C},
pdf = {GECCO2012.pdf}
}
@article{GarzaFabre2012a,
author = {M. {Garza-Fabre} and E. {Rodriguez-Tello} and G. {Toscano-Pulido}},
title = {Multiobjectivizing the {HP} model for protein structure prediction},
journal = {Lecture Notes in Computer Science},
year = {2012},
volume = {7245},
pages = {182--193},
doi = {10.1007/978-3-642-29124-1_16},
publisher = {Springer},
abbr = {Conference Paper},
bibtex_show = {true},
dimensions = {true},
google_scholar_id = {eQOLeE2rZwMC},
pdf = {EVOCOP2012.pdf}
}
@article{Torres2012,
author = {J. {Torres-Jimenez} and E. {Rodriguez-Tello}},
title = {New bounds for binary covering arrays using simulated annealing},
journal = {Information Sciences},
year = {2012},
month = {February},
volume = {185},
number = {1},
pages = {137--152},
doi = {10.1016/j.ins.2011.09.020},
publisher = {Elsevier},
abbr = {Journal Article},
bibtex_show = {true},
dimensions = {true},
google_scholar_id = {2osOgNQ5qMEC},
pdf = {INS2012.pdf}
}
@article{Rodriguez2012,
author = {E. {Rodriguez-Tello} and L. C. Betancourt},
title = {An improved memetic algorithm for the antibandwidth problem},
journal = {Lecture Notes in Computer Science},
year = {2012},
volume = {7401},
pages = {120--132},
doi = {10.1007/978-3-642-35533-2_11},
publisher = {Springer},
abbr = {Conference Paper},
bibtex_show = {true},
dimensions = {true},
google_scholar_id = {YOwf2qJgpHMC},
pdf = {EA2011-a.pdf}
}
@inproceedings{VazquezOrtiz2011,
author = {K. E. {Vazquez-Ortiz} and E. {Rodriguez-Tello}},
title = {Metaheuristics for the maximum parsimony problem},
month = {November},
year = {2011},
booktitle = {Proceedings of the Sixth IASTED International Conference on Computational Intelligence and Bioinformatics, CIB 2011},
pages = {105--113},
address = {Pittsburgh, PA, USA},
abbr = {Conference Paper},
bibtex_show = {true},
google_scholar_id = {3fE2CSJIrl8C},
pdf = {CIB2011.pdf}
}
@inproceedings{RamirezChavez2011,
author = {{L. E.} {Ramírez-Chavez} and {C. A.} {Coello Coello} and E. {Rodriguez-Tello}},
title = {A {GPU}-based implementation of differential evolution for solving the gene regulatory network model inference problem},
month = {October},
year = {2011},
booktitle = {Proceedings of the Fourth International Workshop on Parallel Architectures and Bioinspired Algorithms, WPABA 2011},
pages = {21--30},
address = {Galveston Island, TX, USA},
abbr = {Conference Paper},
bibtex_show = {true},
google_scholar_id = {_FxGoFyzp5QC},
pdf = {WPABA2011.pdf}
}
@inproceedings{GarzaFabre2011a,
author = {M. {Garza-Fabre} and G. {Toscano-Pulido} and {C. A.} {Coello Coello} and E. {Rodriguez-Tello}},
title = {Effective ranking + speciation = many-objective optimization},
month = {June},
year = {2011},
booktitle = {Proceedings of the IEEE Congress on Evolutionary Computation, CEC 2011},
pages = {2103--2110},
address = {New Orleans, LA, USA},
doi = {10.1109/CEC.2011.5949876},
publisher = {IEEE Press},
abbr = {Conference Paper},
bibtex_show = {true},
dimensions = {true},
google_scholar_id = {Se3iqnhoufwC},
pdf = {CEC2011-a.pdf}
}
@inproceedings{GarzaFabre2011b,
author = {M. {Garza-Fabre} and E. {Rodriguez-Tello} and G. {Toscano-Pulido}},
title = {Comparing alternative energy functions for the {HP} model of protein structure prediction},
month = {June},
year = {2011},
booktitle = {Proceedings of the IEEE Congress on Evolutionary Computation, CEC 2011},
pages = {1972--1979},
address = {New Orleans, LA, USA},
doi = {10.1109/CEC.2011.5949902},
publisher = {IEEE Press},
abbr = {Conference Paper},
bibtex_show = {true},
dimensions = {true},
google_scholar_id = {YsMSGLbcyi4C},
pdf = {CEC2011-b.pdf}
}
@inproceedings{GarzaFabre2011c,
author = {M. {Garza-Fabre} and G. {Toscano-Pulido} and E. {Rodriguez-Tello}},
title = {Comparative study of alternative energy functions for the {HP} model of protein structure prediction},
month = {July},
year = {2011},
booktitle = {Proceedings of the International Conference on Bioinformatics {\&} Computational Biology, BIOCOMP 2011},
pages = {618--624},
address = {Las Vegas, NV, USA},
abbr = {Conference Paper},
bibtex_show = {true},
google_scholar_id = {4TOpqqG69KYC},
pdf = {BIOCOMP2011.pdf}
}
@inproceedings{Torres2010,
author = {J. {Torres-Jimenez} and E. {Rodriguez-Tello}},
title = {Simulated annealing for constructing binary covering arrays of variable strength},
month = {July},
year = {2010},
booktitle = {Proceedings of the {CEC} 2010},
pages = {4102--4109},
address = {Barcelona, Spain},
doi = {10.1109/CEC.2010.5586148},
publisher = {IEEE Press},
abbr = {Conference Paper},
bibtex_show = {true},
dimensions = {true},
google_scholar_id = {IjCSPb-OGe4C},
pdf = {CEC2010.pdf}
}
@article{Rodriguez2009,
author = {E. {Rodriguez-Tello} and J. {Torres-Jimenez}},
title = {Memetic algorithms for constructing binary covering arrays of strength three},
journal = {Lecture Notes in Computer Science},
year = {2010},
volume = {5975},
pages = {86--97},
doi = {10.1007/978-3-642-14156-0_8},
publisher = {Springer},
abbr = {Conference Paper},
bibtex_show = {true},
dimensions = {true},
google_scholar_id = {9yKSN-GCB0IC},
pdf = {EA2009.pdf}
}
@article{Bracho2009,
author = {J. {Bracho-Rios} and J. {Torres-Jimenez} and E. {Rodriguez-Tello}},
title = {A new backtracking algorithm for constructing binary covering arrays of variable strength},
journal = {Lecture Notes in Artificial Intelligence},
year = {2009},
volume = {5845},
pages = {397--407},
doi = {10.1007/978-3-642-05258-3_35},
publisher = {Springer},
abbr = {Conference Paper},
bibtex_show = {true},
dimensions = {true},
google_scholar_id = {qjMakFHDy7sC},
pdf = {MICAI2009.pdf}
}
@article{Lopez2008,
author = {D. {Lopez-Escogido} and J. {Torres-Jimenez} and E. {Rodriguez-Tello} and N. {Rangel-Valdez}},
title = {Strength two covering arrays construction using a {SAT} representation},
journal = {Lecture Notes in Artificial Intelligence},
year = {2008},
volume = {5317},
pages = {44--53},
doi = {10.1007/978-3-540-88636-5_4},
publisher = {Springer},
abbr = {Conference Paper},
bibtex_show = {true},
dimensions = {true},
google_scholar_id = {d1gkVwhDpl0C},
pdf = {MICAI2008.pdf}
}
@article{Rodriguez2008b,
author = {E. {Rodriguez-Tello} and J. K. Hao and J. {Torres-Jimenez}},
title = {An effective two-stage simulated annealing algorithm for the minimum linear arrangement problem},
journal = {Computers \& Operations Research},
year = {2008},
month = {October},
volume = {35},
number = {10},
pages = {3331--3346},
doi = {10.1016/j.cor.2007.03.001},
publisher = {Elsevier},
abbr = {Journal Article},
bibtex_show = {true},
dimensions = {true},
google_scholar_id = {u5HHmVD_uO8C},
pdf = {COR2007.pdf}
}
@article{Rodriguez2008a,
author = {E. {Rodriguez-Tello} and J. K. Hao and J. {Torres-Jimenez}},
title = {An improved simulated annealing algorithm for bandwidth minimization},
journal = {European Journal of Operational Research},
year = {2008},
month = {March},
volume = {185},
number = {3},
pages = {1319--1335},
doi = {10.1016/j.ejor.2005.12.052},
publisher = {Elsevier},
abbr = {Journal Article},
bibtex_show = {true},
dimensions = {true},
google_scholar_id = {u-x6o8ySG0sC},
pdf = {EJOR2006.pdf}
}
@PHDTHESIS{Rodriguez2007a,
author = {E. {Rodriguez-Tello}},
title = {Nouvelles fonctions d'évaluation pour les problèmes d'étiquetage de graphes {BMP} et {MinLA}},
school = {Université d'Angers, France},
year = {2007},
month = {July},
type = {Thèse de doctorat, spécialité informatique},
abbr = {PhD},
bibtex_show = {true},
google_scholar_id = {_Qo2XoVZTnwC},
pdf = {theseRodriguez2007.pdf}
}
@article{Rodriguez2006b,
author = {E. {Rodriguez-Tello} and J. K. Hao and J. {Torres-Jimenez}},
title = {Memetic algorithms for the {MinLA} problem},
journal = {Lecture Notes in Computer Science},
year = {2006},
volume = {3871},
pages = {73--84},
doi = {10.1007/11740698_7},
publisher = {Springer},
abbr = {Conference Paper},
bibtex_show = {true},
dimensions = {true},
google_scholar_id = {zYLM7Y9cAGgC},
pdf = {EA2005.pdf}
}
@article{Rodriguez2006a,
author = {E. {Rodriguez-Tello} and J. K. Hao and J. {Torres-Jimenez}},
title = {A refined evaluation function for the {MinLA} problem},
journal = {Lecture Notes in Artificial Intelligence},
year = {2006},