This file is indexed.

/usr/share/doc/uncommons-watchmaker-doc/api/index-all.html is in uncommons-watchmaker-doc 0.7.1-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

   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
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html>
<head>
<title>Index (Watchmaker Framework for Evolutionary Computation API 0.7.1)</title>
<meta name="date" content="2016-11-17">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
    try {
        if (location.href.indexOf('is-external=true') == -1) {
            parent.document.title="Index (Watchmaker Framework for Evolutionary Computation API 0.7.1)";
        }
    }
    catch(err) {
    }
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!--   -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!--   -->
</a>
<ul class="navList" title="Navigation">
<li><a href="overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?index-all.html" target="_top">Frames</a></li>
<li><a href="index-all.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
  allClassesLink = document.getElementById("allclasses_navbar_top");
  if(window==top) {
    allClassesLink.style.display = "block";
  }
  else {
    allClassesLink.style.display = "none";
  }
  //-->
</script>
</div>
<a name="skip.navbar.top">
<!--   -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="contentContainer"><a href="#I:A">A</a>&nbsp;<a href="#I:B">B</a>&nbsp;<a href="#I:C">C</a>&nbsp;<a href="#I:D">D</a>&nbsp;<a href="#I:E">E</a>&nbsp;<a href="#I:F">F</a>&nbsp;<a href="#I:G">G</a>&nbsp;<a href="#I:H">H</a>&nbsp;<a href="#I:I">I</a>&nbsp;<a href="#I:L">L</a>&nbsp;<a href="#I:M">M</a>&nbsp;<a href="#I:N">N</a>&nbsp;<a href="#I:O">O</a>&nbsp;<a href="#I:P">P</a>&nbsp;<a href="#I:R">R</a>&nbsp;<a href="#I:S">S</a>&nbsp;<a href="#I:T">T</a>&nbsp;<a href="#I:U">U</a>&nbsp;<a href="#I:W">W</a>&nbsp;<a name="I:A">
<!--   -->
</a>
<h2 class="title">A</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/termination/UserAbort.html#abort--">abort()</a></span> - Method in class org.uncommons.watchmaker.framework.termination.<a href="org/uncommons/watchmaker/framework/termination/UserAbort.html" title="class in org.uncommons.watchmaker.framework.termination">UserAbort</a></dt>
<dd>
<div class="block">Aborts any evolutionary algorithms that monitor this termination condition
 instance.</div>
</dd>
<dt><a href="org/uncommons/watchmaker/swing/AbortControl.html" title="class in org.uncommons.watchmaker.swing"><span class="typeNameLink">AbortControl</span></a> - Class in <a href="org/uncommons/watchmaker/swing/package-summary.html">org.uncommons.watchmaker.swing</a></dt>
<dd>
<div class="block">A GUI control that allows the user to abort an evolutionary program.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/swing/AbortControl.html#AbortControl--">AbortControl()</a></span> - Constructor for class org.uncommons.watchmaker.swing.<a href="org/uncommons/watchmaker/swing/AbortControl.html" title="class in org.uncommons.watchmaker.swing">AbortControl</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/uncommons/watchmaker/framework/factories/AbstractCandidateFactory.html" title="class in org.uncommons.watchmaker.framework.factories"><span class="typeNameLink">AbstractCandidateFactory</span></a>&lt;<a href="org/uncommons/watchmaker/framework/factories/AbstractCandidateFactory.html" title="type parameter in AbstractCandidateFactory">T</a>&gt; - Class in <a href="org/uncommons/watchmaker/framework/factories/package-summary.html">org.uncommons.watchmaker.framework.factories</a></dt>
<dd>
<div class="block">Convenient base class for implementations of
 <a href="org/uncommons/watchmaker/framework/CandidateFactory.html" title="interface in org.uncommons.watchmaker.framework"><code>CandidateFactory</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/factories/AbstractCandidateFactory.html#AbstractCandidateFactory--">AbstractCandidateFactory()</a></span> - Constructor for class org.uncommons.watchmaker.framework.factories.<a href="org/uncommons/watchmaker/framework/factories/AbstractCandidateFactory.html" title="class in org.uncommons.watchmaker.framework.factories">AbstractCandidateFactory</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/uncommons/watchmaker/framework/operators/AbstractCrossover.html" title="class in org.uncommons.watchmaker.framework.operators"><span class="typeNameLink">AbstractCrossover</span></a>&lt;<a href="org/uncommons/watchmaker/framework/operators/AbstractCrossover.html" title="type parameter in AbstractCrossover">T</a>&gt; - Class in <a href="org/uncommons/watchmaker/framework/operators/package-summary.html">org.uncommons.watchmaker.framework.operators</a></dt>
<dd>
<div class="block">Generic base class for cross-over implementations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/operators/AbstractCrossover.html#AbstractCrossover-int-">AbstractCrossover(int)</a></span> - Constructor for class org.uncommons.watchmaker.framework.operators.<a href="org/uncommons/watchmaker/framework/operators/AbstractCrossover.html" title="class in org.uncommons.watchmaker.framework.operators">AbstractCrossover</a></dt>
<dd>
<div class="block">Sets up a fixed-point cross-over implementation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/operators/AbstractCrossover.html#AbstractCrossover-int-org.uncommons.maths.random.Probability-">AbstractCrossover(int, Probability)</a></span> - Constructor for class org.uncommons.watchmaker.framework.operators.<a href="org/uncommons/watchmaker/framework/operators/AbstractCrossover.html" title="class in org.uncommons.watchmaker.framework.operators">AbstractCrossover</a></dt>
<dd>
<div class="block">Sets up a cross-over implementation that uses a fixed number of cross-over
 points.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/operators/AbstractCrossover.html#AbstractCrossover-org.uncommons.maths.number.NumberGenerator-">AbstractCrossover(NumberGenerator&lt;Integer&gt;)</a></span> - Constructor for class org.uncommons.watchmaker.framework.operators.<a href="org/uncommons/watchmaker/framework/operators/AbstractCrossover.html" title="class in org.uncommons.watchmaker.framework.operators">AbstractCrossover</a></dt>
<dd>
<div class="block">Sets up a cross-over implementation that uses a variable number of cross-over
 points.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/operators/AbstractCrossover.html#AbstractCrossover-org.uncommons.maths.number.NumberGenerator-org.uncommons.maths.number.NumberGenerator-">AbstractCrossover(NumberGenerator&lt;Integer&gt;, NumberGenerator&lt;Probability&gt;)</a></span> - Constructor for class org.uncommons.watchmaker.framework.operators.<a href="org/uncommons/watchmaker/framework/operators/AbstractCrossover.html" title="class in org.uncommons.watchmaker.framework.operators">AbstractCrossover</a></dt>
<dd>
<div class="block">Sets up a cross-over implementation that uses a variable number of cross-over
 points.</div>
</dd>
<dt><a href="org/uncommons/watchmaker/framework/AbstractEvolutionEngine.html" title="class in org.uncommons.watchmaker.framework"><span class="typeNameLink">AbstractEvolutionEngine</span></a>&lt;<a href="org/uncommons/watchmaker/framework/AbstractEvolutionEngine.html" title="type parameter in AbstractEvolutionEngine">T</a>&gt; - Class in <a href="org/uncommons/watchmaker/framework/package-summary.html">org.uncommons.watchmaker.framework</a></dt>
<dd>
<div class="block">Base class for <a href="org/uncommons/watchmaker/framework/EvolutionEngine.html" title="interface in org.uncommons.watchmaker.framework"><code>EvolutionEngine</code></a> implementations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/AbstractEvolutionEngine.html#AbstractEvolutionEngine-org.uncommons.watchmaker.framework.CandidateFactory-org.uncommons.watchmaker.framework.FitnessEvaluator-java.util.Random-">AbstractEvolutionEngine(CandidateFactory&lt;T&gt;, FitnessEvaluator&lt;? super T&gt;, Random)</a></span> - Constructor for class org.uncommons.watchmaker.framework.<a href="org/uncommons/watchmaker/framework/AbstractEvolutionEngine.html" title="class in org.uncommons.watchmaker.framework">AbstractEvolutionEngine</a></dt>
<dd>
<div class="block">Creates a new evolution engine by specifying the various components required by
 an evolutionary algorithm.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/AbstractEvolutionEngine.html#addEvolutionObserver-org.uncommons.watchmaker.framework.EvolutionObserver-">addEvolutionObserver(EvolutionObserver&lt;? super T&gt;)</a></span> - Method in class org.uncommons.watchmaker.framework.<a href="org/uncommons/watchmaker/framework/AbstractEvolutionEngine.html" title="class in org.uncommons.watchmaker.framework">AbstractEvolutionEngine</a></dt>
<dd>
<div class="block">Adds a listener to receive status updates on the evolution progress.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/EvolutionEngine.html#addEvolutionObserver-org.uncommons.watchmaker.framework.EvolutionObserver-">addEvolutionObserver(EvolutionObserver&lt;? super T&gt;)</a></span> - Method in interface org.uncommons.watchmaker.framework.<a href="org/uncommons/watchmaker/framework/EvolutionEngine.html" title="interface in org.uncommons.watchmaker.framework">EvolutionEngine</a></dt>
<dd>
<div class="block">Adds a listener to receive status updates on the evolution progress.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/islands/IslandEvolution.html#addEvolutionObserver-org.uncommons.watchmaker.framework.islands.IslandEvolutionObserver-">addEvolutionObserver(IslandEvolutionObserver&lt;? super T&gt;)</a></span> - Method in class org.uncommons.watchmaker.framework.islands.<a href="org/uncommons/watchmaker/framework/islands/IslandEvolution.html" title="class in org.uncommons.watchmaker.framework.islands">IslandEvolution</a></dt>
<dd>
<div class="block">Adds an observer to the evolution.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/EvolutionaryOperator.html#apply-java.util.List-java.util.Random-">apply(List&lt;T&gt;, Random)</a></span> - Method in interface org.uncommons.watchmaker.framework.<a href="org/uncommons/watchmaker/framework/EvolutionaryOperator.html" title="interface in org.uncommons.watchmaker.framework">EvolutionaryOperator</a></dt>
<dd>
<div class="block">Apply the operation to each entry in the list of selected
 candidates.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/operators/AbstractCrossover.html#apply-java.util.List-java.util.Random-">apply(List&lt;T&gt;, Random)</a></span> - Method in class org.uncommons.watchmaker.framework.operators.<a href="org/uncommons/watchmaker/framework/operators/AbstractCrossover.html" title="class in org.uncommons.watchmaker.framework.operators">AbstractCrossover</a></dt>
<dd>
<div class="block">Applies the cross-over operation to the selected candidates.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/operators/BitStringMutation.html#apply-java.util.List-java.util.Random-">apply(List&lt;BitString&gt;, Random)</a></span> - Method in class org.uncommons.watchmaker.framework.operators.<a href="org/uncommons/watchmaker/framework/operators/BitStringMutation.html" title="class in org.uncommons.watchmaker.framework.operators">BitStringMutation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/operators/EvolutionPipeline.html#apply-java.util.List-java.util.Random-">apply(List&lt;T&gt;, Random)</a></span> - Method in class org.uncommons.watchmaker.framework.operators.<a href="org/uncommons/watchmaker/framework/operators/EvolutionPipeline.html" title="class in org.uncommons.watchmaker.framework.operators">EvolutionPipeline</a></dt>
<dd>
<div class="block">Applies each operation in the pipeline in turn to the selection.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/operators/IdentityOperator.html#apply-java.util.List-java.util.Random-">apply(List&lt;T&gt;, Random)</a></span> - Method in class org.uncommons.watchmaker.framework.operators.<a href="org/uncommons/watchmaker/framework/operators/IdentityOperator.html" title="class in org.uncommons.watchmaker.framework.operators">IdentityOperator</a></dt>
<dd>
<div class="block">Returns the selected candidates unaltered.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/operators/ListInversion.html#apply-java.util.List-java.util.Random-">apply(List&lt;List&lt;T&gt;&gt;, Random)</a></span> - Method in class org.uncommons.watchmaker.framework.operators.<a href="org/uncommons/watchmaker/framework/operators/ListInversion.html" title="class in org.uncommons.watchmaker.framework.operators">ListInversion</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/operators/ListOperator.html#apply-java.util.List-java.util.Random-">apply(List&lt;List&lt;T&gt;&gt;, Random)</a></span> - Method in class org.uncommons.watchmaker.framework.operators.<a href="org/uncommons/watchmaker/framework/operators/ListOperator.html" title="class in org.uncommons.watchmaker.framework.operators">ListOperator</a></dt>
<dd>
<div class="block">Applies the configured operator to each list candidate, operating on the elements
 that make up a candidate rather than on the list of candidates.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/operators/ListOrderMutation.html#apply-java.util.List-java.util.Random-">apply(List&lt;List&lt;T&gt;&gt;, Random)</a></span> - Method in class org.uncommons.watchmaker.framework.operators.<a href="org/uncommons/watchmaker/framework/operators/ListOrderMutation.html" title="class in org.uncommons.watchmaker.framework.operators">ListOrderMutation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/operators/Replacement.html#apply-java.util.List-java.util.Random-">apply(List&lt;T&gt;, Random)</a></span> - Method in class org.uncommons.watchmaker.framework.operators.<a href="org/uncommons/watchmaker/framework/operators/Replacement.html" title="class in org.uncommons.watchmaker.framework.operators">Replacement</a></dt>
<dd>
<div class="block">Randomly replace zero or more of the selected candidates with new,
 independent individuals that are randomly created.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/operators/SplitEvolution.html#apply-java.util.List-java.util.Random-">apply(List&lt;T&gt;, Random)</a></span> - Method in class org.uncommons.watchmaker.framework.operators.<a href="org/uncommons/watchmaker/framework/operators/SplitEvolution.html" title="class in org.uncommons.watchmaker.framework.operators">SplitEvolution</a></dt>
<dd>
<div class="block">Applies one evolutionary operator to part of the population and another
 to the remainder.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/operators/StringMutation.html#apply-java.util.List-java.util.Random-">apply(List&lt;String&gt;, Random)</a></span> - Method in class org.uncommons.watchmaker.framework.operators.<a href="org/uncommons/watchmaker/framework/operators/StringMutation.html" title="class in org.uncommons.watchmaker.framework.operators">StringMutation</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:B">
<!--   -->
</a>
<h2 class="title">B</h2>
<dl>
<dt><a href="org/uncommons/watchmaker/framework/operators/BitStringCrossover.html" title="class in org.uncommons.watchmaker.framework.operators"><span class="typeNameLink">BitStringCrossover</span></a> - Class in <a href="org/uncommons/watchmaker/framework/operators/package-summary.html">org.uncommons.watchmaker.framework.operators</a></dt>
<dd>
<div class="block">Cross-over with a configurable number of points (fixed or random) for
 bit strings.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/operators/BitStringCrossover.html#BitStringCrossover--">BitStringCrossover()</a></span> - Constructor for class org.uncommons.watchmaker.framework.operators.<a href="org/uncommons/watchmaker/framework/operators/BitStringCrossover.html" title="class in org.uncommons.watchmaker.framework.operators">BitStringCrossover</a></dt>
<dd>
<div class="block">Default is single-point cross-over, applied to all parents.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/operators/BitStringCrossover.html#BitStringCrossover-int-">BitStringCrossover(int)</a></span> - Constructor for class org.uncommons.watchmaker.framework.operators.<a href="org/uncommons/watchmaker/framework/operators/BitStringCrossover.html" title="class in org.uncommons.watchmaker.framework.operators">BitStringCrossover</a></dt>
<dd>
<div class="block">Cross-over with a fixed number of cross-over points.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/operators/BitStringCrossover.html#BitStringCrossover-int-org.uncommons.maths.random.Probability-">BitStringCrossover(int, Probability)</a></span> - Constructor for class org.uncommons.watchmaker.framework.operators.<a href="org/uncommons/watchmaker/framework/operators/BitStringCrossover.html" title="class in org.uncommons.watchmaker.framework.operators">BitStringCrossover</a></dt>
<dd>
<div class="block">Cross-over with a fixed number of cross-over points.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/operators/BitStringCrossover.html#BitStringCrossover-org.uncommons.maths.number.NumberGenerator-">BitStringCrossover(NumberGenerator&lt;Integer&gt;)</a></span> - Constructor for class org.uncommons.watchmaker.framework.operators.<a href="org/uncommons/watchmaker/framework/operators/BitStringCrossover.html" title="class in org.uncommons.watchmaker.framework.operators">BitStringCrossover</a></dt>
<dd>
<div class="block">Cross-over with a variable number of cross-over points.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/operators/BitStringCrossover.html#BitStringCrossover-org.uncommons.maths.number.NumberGenerator-org.uncommons.maths.number.NumberGenerator-">BitStringCrossover(NumberGenerator&lt;Integer&gt;, NumberGenerator&lt;Probability&gt;)</a></span> - Constructor for class org.uncommons.watchmaker.framework.operators.<a href="org/uncommons/watchmaker/framework/operators/BitStringCrossover.html" title="class in org.uncommons.watchmaker.framework.operators">BitStringCrossover</a></dt>
<dd>
<div class="block">Sets up a cross-over implementation that uses a variable number of cross-over
 points.</div>
</dd>
<dt><a href="org/uncommons/watchmaker/framework/factories/BitStringFactory.html" title="class in org.uncommons.watchmaker.framework.factories"><span class="typeNameLink">BitStringFactory</span></a> - Class in <a href="org/uncommons/watchmaker/framework/factories/package-summary.html">org.uncommons.watchmaker.framework.factories</a></dt>
<dd>
<div class="block">General purpose candidate factory for generating bit strings for
 genetic algorithms.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/factories/BitStringFactory.html#BitStringFactory-int-">BitStringFactory(int)</a></span> - Constructor for class org.uncommons.watchmaker.framework.factories.<a href="org/uncommons/watchmaker/framework/factories/BitStringFactory.html" title="class in org.uncommons.watchmaker.framework.factories">BitStringFactory</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/uncommons/watchmaker/framework/operators/BitStringMutation.html" title="class in org.uncommons.watchmaker.framework.operators"><span class="typeNameLink">BitStringMutation</span></a> - Class in <a href="org/uncommons/watchmaker/framework/operators/package-summary.html">org.uncommons.watchmaker.framework.operators</a></dt>
<dd>
<div class="block">Mutation of individual bits in a <a href="file:///usr/share/doc/libuncommons-maths-java/api/org/uncommons/maths/binary/BitString.html?is-external=true" title="class or interface in org.uncommons.maths.binary"><code>BitString</code></a> according to some
 probability.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/operators/BitStringMutation.html#BitStringMutation-org.uncommons.maths.random.Probability-">BitStringMutation(Probability)</a></span> - Constructor for class org.uncommons.watchmaker.framework.operators.<a href="org/uncommons/watchmaker/framework/operators/BitStringMutation.html" title="class in org.uncommons.watchmaker.framework.operators">BitStringMutation</a></dt>
<dd>
<div class="block">Creates a mutation operator for bit strings with the specified probability that a given
 bit string will be mutated, with exactly one bit being flipped.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/operators/BitStringMutation.html#BitStringMutation-org.uncommons.maths.number.NumberGenerator-org.uncommons.maths.number.NumberGenerator-">BitStringMutation(NumberGenerator&lt;Probability&gt;, NumberGenerator&lt;Integer&gt;)</a></span> - Constructor for class org.uncommons.watchmaker.framework.operators.<a href="org/uncommons/watchmaker/framework/operators/BitStringMutation.html" title="class in org.uncommons.watchmaker.framework.operators">BitStringMutation</a></dt>
<dd>
<div class="block">Creates a mutation operator for bit strings, with the probability that any
 given bit will be flipped governed by the specified number generator.</div>
</dd>
<dt><a href="org/uncommons/watchmaker/framework/operators/ByteArrayCrossover.html" title="class in org.uncommons.watchmaker.framework.operators"><span class="typeNameLink">ByteArrayCrossover</span></a> - Class in <a href="org/uncommons/watchmaker/framework/operators/package-summary.html">org.uncommons.watchmaker.framework.operators</a></dt>
<dd>
<div class="block">Cross-over with a configurable number of points (fixed or random) for
 arrays of primitive bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/operators/ByteArrayCrossover.html#ByteArrayCrossover--">ByteArrayCrossover()</a></span> - Constructor for class org.uncommons.watchmaker.framework.operators.<a href="org/uncommons/watchmaker/framework/operators/ByteArrayCrossover.html" title="class in org.uncommons.watchmaker.framework.operators">ByteArrayCrossover</a></dt>
<dd>
<div class="block">Default is single-point cross-over, applied to all parents.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/operators/ByteArrayCrossover.html#ByteArrayCrossover-int-">ByteArrayCrossover(int)</a></span> - Constructor for class org.uncommons.watchmaker.framework.operators.<a href="org/uncommons/watchmaker/framework/operators/ByteArrayCrossover.html" title="class in org.uncommons.watchmaker.framework.operators">ByteArrayCrossover</a></dt>
<dd>
<div class="block">Cross-over with a fixed number of cross-over points.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/operators/ByteArrayCrossover.html#ByteArrayCrossover-int-org.uncommons.maths.random.Probability-">ByteArrayCrossover(int, Probability)</a></span> - Constructor for class org.uncommons.watchmaker.framework.operators.<a href="org/uncommons/watchmaker/framework/operators/ByteArrayCrossover.html" title="class in org.uncommons.watchmaker.framework.operators">ByteArrayCrossover</a></dt>
<dd>
<div class="block">Cross-over with a fixed number of cross-over points.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/operators/ByteArrayCrossover.html#ByteArrayCrossover-org.uncommons.maths.number.NumberGenerator-">ByteArrayCrossover(NumberGenerator&lt;Integer&gt;)</a></span> - Constructor for class org.uncommons.watchmaker.framework.operators.<a href="org/uncommons/watchmaker/framework/operators/ByteArrayCrossover.html" title="class in org.uncommons.watchmaker.framework.operators">ByteArrayCrossover</a></dt>
<dd>
<div class="block">Cross-over with a variable number of cross-over points.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/operators/ByteArrayCrossover.html#ByteArrayCrossover-org.uncommons.maths.number.NumberGenerator-org.uncommons.maths.number.NumberGenerator-">ByteArrayCrossover(NumberGenerator&lt;Integer&gt;, NumberGenerator&lt;Probability&gt;)</a></span> - Constructor for class org.uncommons.watchmaker.framework.operators.<a href="org/uncommons/watchmaker/framework/operators/ByteArrayCrossover.html" title="class in org.uncommons.watchmaker.framework.operators">ByteArrayCrossover</a></dt>
<dd>
<div class="block">Sets up a cross-over implementation that uses a variable number of cross-over
 points.</div>
</dd>
</dl>
<a name="I:C">
<!--   -->
</a>
<h2 class="title">C</h2>
<dl>
<dt><a href="org/uncommons/watchmaker/framework/CachingFitnessEvaluator.html" title="class in org.uncommons.watchmaker.framework"><span class="typeNameLink">CachingFitnessEvaluator</span></a>&lt;<a href="org/uncommons/watchmaker/framework/CachingFitnessEvaluator.html" title="type parameter in CachingFitnessEvaluator">T</a>&gt; - Class in <a href="org/uncommons/watchmaker/framework/package-summary.html">org.uncommons.watchmaker.framework</a></dt>
<dd>
<div class="block">A wrapper that provides caching for <a href="org/uncommons/watchmaker/framework/FitnessEvaluator.html" title="interface in org.uncommons.watchmaker.framework"><code>FitnessEvaluator</code></a> implementations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/CachingFitnessEvaluator.html#CachingFitnessEvaluator-org.uncommons.watchmaker.framework.FitnessEvaluator-">CachingFitnessEvaluator(FitnessEvaluator&lt;T&gt;)</a></span> - Constructor for class org.uncommons.watchmaker.framework.<a href="org/uncommons/watchmaker/framework/CachingFitnessEvaluator.html" title="class in org.uncommons.watchmaker.framework">CachingFitnessEvaluator</a></dt>
<dd>
<div class="block">Creates a caching fitness evaluator that wraps the specified evaluator.</div>
</dd>
<dt><a href="org/uncommons/watchmaker/framework/CandidateFactory.html" title="interface in org.uncommons.watchmaker.framework"><span class="typeNameLink">CandidateFactory</span></a>&lt;<a href="org/uncommons/watchmaker/framework/CandidateFactory.html" title="type parameter in CandidateFactory">T</a>&gt; - Interface in <a href="org/uncommons/watchmaker/framework/package-summary.html">org.uncommons.watchmaker.framework</a></dt>
<dd>
<div class="block">Creates new populations of candidates.</div>
</dd>
<dt><a href="org/uncommons/watchmaker/framework/operators/CharArrayCrossover.html" title="class in org.uncommons.watchmaker.framework.operators"><span class="typeNameLink">CharArrayCrossover</span></a> - Class in <a href="org/uncommons/watchmaker/framework/operators/package-summary.html">org.uncommons.watchmaker.framework.operators</a></dt>
<dd>
<div class="block">Cross-over with a configurable number of points (fixed or random) for
 arrays of primitive chars.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/operators/CharArrayCrossover.html#CharArrayCrossover--">CharArrayCrossover()</a></span> - Constructor for class org.uncommons.watchmaker.framework.operators.<a href="org/uncommons/watchmaker/framework/operators/CharArrayCrossover.html" title="class in org.uncommons.watchmaker.framework.operators">CharArrayCrossover</a></dt>
<dd>
<div class="block">Default is single-point cross-over, applied to all parents.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/operators/CharArrayCrossover.html#CharArrayCrossover-int-">CharArrayCrossover(int)</a></span> - Constructor for class org.uncommons.watchmaker.framework.operators.<a href="org/uncommons/watchmaker/framework/operators/CharArrayCrossover.html" title="class in org.uncommons.watchmaker.framework.operators">CharArrayCrossover</a></dt>
<dd>
<div class="block">Cross-over with a fixed number of cross-over points.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/operators/CharArrayCrossover.html#CharArrayCrossover-int-org.uncommons.maths.random.Probability-">CharArrayCrossover(int, Probability)</a></span> - Constructor for class org.uncommons.watchmaker.framework.operators.<a href="org/uncommons/watchmaker/framework/operators/CharArrayCrossover.html" title="class in org.uncommons.watchmaker.framework.operators">CharArrayCrossover</a></dt>
<dd>
<div class="block">Cross-over with a fixed number of cross-over points.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/operators/CharArrayCrossover.html#CharArrayCrossover-org.uncommons.maths.number.NumberGenerator-">CharArrayCrossover(NumberGenerator&lt;Integer&gt;)</a></span> - Constructor for class org.uncommons.watchmaker.framework.operators.<a href="org/uncommons/watchmaker/framework/operators/CharArrayCrossover.html" title="class in org.uncommons.watchmaker.framework.operators">CharArrayCrossover</a></dt>
<dd>
<div class="block">Cross-over with a variable number of cross-over points.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/operators/CharArrayCrossover.html#CharArrayCrossover-org.uncommons.maths.number.NumberGenerator-org.uncommons.maths.number.NumberGenerator-">CharArrayCrossover(NumberGenerator&lt;Integer&gt;, NumberGenerator&lt;Probability&gt;)</a></span> - Constructor for class org.uncommons.watchmaker.framework.operators.<a href="org/uncommons/watchmaker/framework/operators/CharArrayCrossover.html" title="class in org.uncommons.watchmaker.framework.operators">CharArrayCrossover</a></dt>
<dd>
<div class="block">Sets up a cross-over implementation that uses a variable number of cross-over
 points.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/EvaluatedCandidate.html#compareTo-org.uncommons.watchmaker.framework.EvaluatedCandidate-">compareTo(EvaluatedCandidate&lt;T&gt;)</a></span> - Method in class org.uncommons.watchmaker.framework.<a href="org/uncommons/watchmaker/framework/EvaluatedCandidate.html" title="class in org.uncommons.watchmaker.framework">EvaluatedCandidate</a></dt>
<dd>
<div class="block">Compares this candidate's fitness score with that of the specified
 candidate.</div>
</dd>
<dt><a href="org/uncommons/util/id/CompositeIDSource.html" title="class in org.uncommons.util.id"><span class="typeNameLink">CompositeIDSource</span></a> - Class in <a href="org/uncommons/util/id/package-summary.html">org.uncommons.util.id</a></dt>
<dd>
<div class="block">Thread-safe source for partitioned unique IDs.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/util/id/CompositeIDSource.html#CompositeIDSource-int-">CompositeIDSource(int)</a></span> - Constructor for class org.uncommons.util.id.<a href="org/uncommons/util/id/CompositeIDSource.html" title="class in org.uncommons.util.id">CompositeIDSource</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/uncommons/swing/ConfigurableLineBorder.html" title="class in org.uncommons.swing"><span class="typeNameLink">ConfigurableLineBorder</span></a> - Class in <a href="org/uncommons/swing/package-summary.html">org.uncommons.swing</a></dt>
<dd>
<div class="block">Border class that allows each of the four sides of the border to be enabled
 or disabled independently.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/swing/ConfigurableLineBorder.html#ConfigurableLineBorder-boolean-boolean-boolean-boolean-int-">ConfigurableLineBorder(boolean, boolean, boolean, boolean, int)</a></span> - Constructor for class org.uncommons.swing.<a href="org/uncommons/swing/ConfigurableLineBorder.html" title="class in org.uncommons.swing">ConfigurableLineBorder</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/uncommons/util/concurrent/ConfigurableThreadFactory.html" title="class in org.uncommons.util.concurrent"><span class="typeNameLink">ConfigurableThreadFactory</span></a> - Class in <a href="org/uncommons/util/concurrent/package-summary.html">org.uncommons.util.concurrent</a></dt>
<dd>
<div class="block">Thread factory that creates threads for use by a
 <a href="file:///usr/share/doc/default-jdk-doc/api/java/util/concurrent/ThreadPoolExecutor.html?is-external=true" title="class or interface in java.util.concurrent"><code>ThreadPoolExecutor</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/util/concurrent/ConfigurableThreadFactory.html#ConfigurableThreadFactory-java.lang.String-int-boolean-">ConfigurableThreadFactory(String, int, boolean)</a></span> - Constructor for class org.uncommons.util.concurrent.<a href="org/uncommons/util/concurrent/ConfigurableThreadFactory.html" title="class in org.uncommons.util.concurrent">ConfigurableThreadFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/util/concurrent/ConfigurableThreadFactory.html#ConfigurableThreadFactory-java.lang.String-int-boolean-java.lang.Thread.UncaughtExceptionHandler-">ConfigurableThreadFactory(String, int, boolean, Thread.UncaughtExceptionHandler)</a></span> - Constructor for class org.uncommons.util.concurrent.<a href="org/uncommons/util/concurrent/ConfigurableThreadFactory.html" title="class in org.uncommons.util.concurrent">ConfigurableThreadFactory</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/uncommons/watchmaker/framework/interactive/Console.html" title="interface in org.uncommons.watchmaker.framework.interactive"><span class="typeNameLink">Console</span></a>&lt;<a href="org/uncommons/watchmaker/framework/interactive/Console.html" title="type parameter in Console">T</a>&gt; - Interface in <a href="org/uncommons/watchmaker/framework/interactive/package-summary.html">org.uncommons.watchmaker.framework.interactive</a></dt>
<dd>
<div class="block">A console provides users with a mechanism for interacting with an
 evolutionary algorithm.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/swing/SelectionStrategyControl.html#createDefaultOptions-org.uncommons.maths.random.Probability-double-">createDefaultOptions(Probability, double)</a></span> - Static method in class org.uncommons.watchmaker.swing.<a href="org/uncommons/watchmaker/swing/SelectionStrategyControl.html" title="class in org.uncommons.watchmaker.swing">SelectionStrategyControl</a></dt>
<dd>
<div class="block">Creates a list containing one instance of each of the standard selection strategies.</div>
</dd>
</dl>
<a name="I:D">
<!--   -->
</a>
<h2 class="title">D</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/SteadyStateEvolutionEngine.html#doReplacement-java.util.List-java.util.List-int-java.util.Random-">doReplacement(List&lt;EvaluatedCandidate&lt;T&gt;&gt;, List&lt;EvaluatedCandidate&lt;T&gt;&gt;, int, Random)</a></span> - Method in class org.uncommons.watchmaker.framework.<a href="org/uncommons/watchmaker/framework/SteadyStateEvolutionEngine.html" title="class in org.uncommons.watchmaker.framework">SteadyStateEvolutionEngine</a></dt>
<dd>
<div class="block">Add the offspring to the population, removing the same number of existing individuals to make
 space for them.</div>
</dd>
<dt><a href="org/uncommons/watchmaker/framework/operators/DoubleArrayCrossover.html" title="class in org.uncommons.watchmaker.framework.operators"><span class="typeNameLink">DoubleArrayCrossover</span></a> - Class in <a href="org/uncommons/watchmaker/framework/operators/package-summary.html">org.uncommons.watchmaker.framework.operators</a></dt>
<dd>
<div class="block">Cross-over with a configurable number of points (fixed or random) for
 arrays of primitive doubles.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/operators/DoubleArrayCrossover.html#DoubleArrayCrossover--">DoubleArrayCrossover()</a></span> - Constructor for class org.uncommons.watchmaker.framework.operators.<a href="org/uncommons/watchmaker/framework/operators/DoubleArrayCrossover.html" title="class in org.uncommons.watchmaker.framework.operators">DoubleArrayCrossover</a></dt>
<dd>
<div class="block">Default is single-point cross-over, applied to all parents.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/operators/DoubleArrayCrossover.html#DoubleArrayCrossover-int-">DoubleArrayCrossover(int)</a></span> - Constructor for class org.uncommons.watchmaker.framework.operators.<a href="org/uncommons/watchmaker/framework/operators/DoubleArrayCrossover.html" title="class in org.uncommons.watchmaker.framework.operators">DoubleArrayCrossover</a></dt>
<dd>
<div class="block">Cross-over with a fixed number of cross-over points.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/operators/DoubleArrayCrossover.html#DoubleArrayCrossover-int-org.uncommons.maths.random.Probability-">DoubleArrayCrossover(int, Probability)</a></span> - Constructor for class org.uncommons.watchmaker.framework.operators.<a href="org/uncommons/watchmaker/framework/operators/DoubleArrayCrossover.html" title="class in org.uncommons.watchmaker.framework.operators">DoubleArrayCrossover</a></dt>
<dd>
<div class="block">Cross-over with a fixed number of cross-over points.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/operators/DoubleArrayCrossover.html#DoubleArrayCrossover-org.uncommons.maths.number.NumberGenerator-">DoubleArrayCrossover(NumberGenerator&lt;Integer&gt;)</a></span> - Constructor for class org.uncommons.watchmaker.framework.operators.<a href="org/uncommons/watchmaker/framework/operators/DoubleArrayCrossover.html" title="class in org.uncommons.watchmaker.framework.operators">DoubleArrayCrossover</a></dt>
<dd>
<div class="block">Cross-over with a variable number of cross-over points.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/operators/DoubleArrayCrossover.html#DoubleArrayCrossover-org.uncommons.maths.number.NumberGenerator-org.uncommons.maths.number.NumberGenerator-">DoubleArrayCrossover(NumberGenerator&lt;Integer&gt;, NumberGenerator&lt;Probability&gt;)</a></span> - Constructor for class org.uncommons.watchmaker.framework.operators.<a href="org/uncommons/watchmaker/framework/operators/DoubleArrayCrossover.html" title="class in org.uncommons.watchmaker.framework.operators">DoubleArrayCrossover</a></dt>
<dd>
<div class="block">Sets up a cross-over implementation that uses a variable number of cross-over
 points.</div>
</dd>
</dl>
<a name="I:E">
<!--   -->
</a>
<h2 class="title">E</h2>
<dl>
<dt><a href="org/uncommons/watchmaker/framework/termination/ElapsedTime.html" title="class in org.uncommons.watchmaker.framework.termination"><span class="typeNameLink">ElapsedTime</span></a> - Class in <a href="org/uncommons/watchmaker/framework/termination/package-summary.html">org.uncommons.watchmaker.framework.termination</a></dt>
<dd>
<div class="block">Terminates evolution after a pre-determined period of time has elapsed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/termination/ElapsedTime.html#ElapsedTime-long-">ElapsedTime(long)</a></span> - Constructor for class org.uncommons.watchmaker.framework.termination.<a href="org/uncommons/watchmaker/framework/termination/ElapsedTime.html" title="class in org.uncommons.watchmaker.framework.termination">ElapsedTime</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/EvaluatedCandidate.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.uncommons.watchmaker.framework.<a href="org/uncommons/watchmaker/framework/EvaluatedCandidate.html" title="class in org.uncommons.watchmaker.framework">EvaluatedCandidate</a></dt>
<dd>
<div class="block">Over-ridden to be consistent with <a href="org/uncommons/watchmaker/framework/EvaluatedCandidate.html#compareTo-org.uncommons.watchmaker.framework.EvaluatedCandidate-"><code>EvaluatedCandidate.compareTo(EvaluatedCandidate)</code></a>.</div>
</dd>
<dt><a href="org/uncommons/watchmaker/framework/EvaluatedCandidate.html" title="class in org.uncommons.watchmaker.framework"><span class="typeNameLink">EvaluatedCandidate</span></a>&lt;<a href="org/uncommons/watchmaker/framework/EvaluatedCandidate.html" title="type parameter in EvaluatedCandidate">T</a>&gt; - Class in <a href="org/uncommons/watchmaker/framework/package-summary.html">org.uncommons.watchmaker.framework</a></dt>
<dd>
<div class="block">Immutable wrapper class for associating a candidate solution with its
 fitness score.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/EvaluatedCandidate.html#EvaluatedCandidate-T-double-">EvaluatedCandidate(T, double)</a></span> - Constructor for class org.uncommons.watchmaker.framework.<a href="org/uncommons/watchmaker/framework/EvaluatedCandidate.html" title="class in org.uncommons.watchmaker.framework">EvaluatedCandidate</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/AbstractEvolutionEngine.html#evaluatePopulation-java.util.List-">evaluatePopulation(List&lt;T&gt;)</a></span> - Method in class org.uncommons.watchmaker.framework.<a href="org/uncommons/watchmaker/framework/AbstractEvolutionEngine.html" title="class in org.uncommons.watchmaker.framework">AbstractEvolutionEngine</a></dt>
<dd>
<div class="block">Takes a population, assigns a fitness score to each member and returns
 the members with their scores attached, sorted in descending order of
 fitness (descending order of fitness score for natural scores, ascending
 order of scores for non-natural scores).</div>
</dd>
<dt><a href="org/uncommons/watchmaker/framework/EvolutionaryOperator.html" title="interface in org.uncommons.watchmaker.framework"><span class="typeNameLink">EvolutionaryOperator</span></a>&lt;<a href="org/uncommons/watchmaker/framework/EvolutionaryOperator.html" title="type parameter in EvolutionaryOperator">T</a>&gt; - Interface in <a href="org/uncommons/watchmaker/framework/package-summary.html">org.uncommons.watchmaker.framework</a></dt>
<dd>
<div class="block">An evolutionary operator is a function that takes a population of
 candidates as an argument and returns a new population that is the
 result of applying a transformation to the original population.</div>
</dd>
<dt><a href="org/uncommons/watchmaker/swing/EvolutionControl.html" title="interface in org.uncommons.watchmaker.swing"><span class="typeNameLink">EvolutionControl</span></a> - Interface in <a href="org/uncommons/watchmaker/swing/package-summary.html">org.uncommons.watchmaker.swing</a></dt>
<dd>
<div class="block">Common interface for GUI controls for evolutionary programs.</div>
</dd>
<dt><a href="org/uncommons/watchmaker/framework/EvolutionEngine.html" title="interface in org.uncommons.watchmaker.framework"><span class="typeNameLink">EvolutionEngine</span></a>&lt;<a href="org/uncommons/watchmaker/framework/EvolutionEngine.html" title="type parameter in EvolutionEngine">T</a>&gt; - Interface in <a href="org/uncommons/watchmaker/framework/package-summary.html">org.uncommons.watchmaker.framework</a></dt>
<dd>
<div class="block">Operations for classes that provide an evolution implementation.</div>
</dd>
<dt><a href="org/uncommons/watchmaker/swing/evolutionmonitor/EvolutionMonitor.html" title="class in org.uncommons.watchmaker.swing.evolutionmonitor"><span class="typeNameLink">EvolutionMonitor</span></a>&lt;<a href="org/uncommons/watchmaker/swing/evolutionmonitor/EvolutionMonitor.html" title="type parameter in EvolutionMonitor">T</a>&gt; - Class in <a href="org/uncommons/watchmaker/swing/evolutionmonitor/package-summary.html">org.uncommons.watchmaker.swing.evolutionmonitor</a></dt>
<dd>
<div class="block">The Evolution Monitor is a component that can be attached to an
 <a href="org/uncommons/watchmaker/framework/EvolutionEngine.html" title="interface in org.uncommons.watchmaker.framework"><code>EvolutionEngine</code></a> to provide
 real-time information (in a Swing GUI) about the current state of the
 evolution.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/swing/evolutionmonitor/EvolutionMonitor.html#EvolutionMonitor--">EvolutionMonitor()</a></span> - Constructor for class org.uncommons.watchmaker.swing.evolutionmonitor.<a href="org/uncommons/watchmaker/swing/evolutionmonitor/EvolutionMonitor.html" title="class in org.uncommons.watchmaker.swing.evolutionmonitor">EvolutionMonitor</a></dt>
<dd>
<div class="block">Creates an EvolutionMonitor with a single panel that graphs the fitness scores
 of the population from generation to generation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/swing/evolutionmonitor/EvolutionMonitor.html#EvolutionMonitor-boolean-">EvolutionMonitor(boolean)</a></span> - Constructor for class org.uncommons.watchmaker.swing.evolutionmonitor.<a href="org/uncommons/watchmaker/swing/evolutionmonitor/EvolutionMonitor.html" title="class in org.uncommons.watchmaker.swing.evolutionmonitor">EvolutionMonitor</a></dt>
<dd>
<div class="block">Creates an EvolutionMonitor with a single panel that graphs the fitness scores
 of the population from generation to generation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/swing/evolutionmonitor/EvolutionMonitor.html#EvolutionMonitor-org.uncommons.watchmaker.framework.interactive.Renderer-boolean-">EvolutionMonitor(Renderer&lt;? super T, JComponent&gt;, boolean)</a></span> - Constructor for class org.uncommons.watchmaker.swing.evolutionmonitor.<a href="org/uncommons/watchmaker/swing/evolutionmonitor/EvolutionMonitor.html" title="class in org.uncommons.watchmaker.swing.evolutionmonitor">EvolutionMonitor</a></dt>
<dd>
<div class="block">Creates an EvolutionMonitor with a second panel that displays a graphical
 representation of the fittest candidate in the population.</div>
</dd>
<dt><a href="org/uncommons/watchmaker/framework/EvolutionObserver.html" title="interface in org.uncommons.watchmaker.framework"><span class="typeNameLink">EvolutionObserver</span></a>&lt;<a href="org/uncommons/watchmaker/framework/EvolutionObserver.html" title="type parameter in EvolutionObserver">T</a>&gt; - Interface in <a href="org/uncommons/watchmaker/framework/package-summary.html">org.uncommons.watchmaker.framework</a></dt>
<dd>
<div class="block">Call-back interface so that programs can monitor the state of a
 long-running evolutionary algorithm.</div>
</dd>
<dt><a href="org/uncommons/watchmaker/framework/operators/EvolutionPipeline.html" title="class in org.uncommons.watchmaker.framework.operators"><span class="typeNameLink">EvolutionPipeline</span></a>&lt;<a href="org/uncommons/watchmaker/framework/operators/EvolutionPipeline.html" title="type parameter in EvolutionPipeline">T</a>&gt; - Class in <a href="org/uncommons/watchmaker/framework/operators/package-summary.html">org.uncommons.watchmaker.framework.operators</a></dt>
<dd>
<div class="block">A compound evolutionary operator that applies multiple operators (of the
 same type) in series.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/operators/EvolutionPipeline.html#EvolutionPipeline-java.util.List-">EvolutionPipeline(List&lt;EvolutionaryOperator&lt;T&gt;&gt;)</a></span> - Constructor for class org.uncommons.watchmaker.framework.operators.<a href="org/uncommons/watchmaker/framework/operators/EvolutionPipeline.html" title="class in org.uncommons.watchmaker.framework.operators">EvolutionPipeline</a></dt>
<dd>
<div class="block">Creates a pipeline consisting of the specified operators in
 the order that they are supplied.</div>
</dd>
<dt><a href="org/uncommons/watchmaker/framework/EvolutionStrategyEngine.html" title="class in org.uncommons.watchmaker.framework"><span class="typeNameLink">EvolutionStrategyEngine</span></a>&lt;<a href="org/uncommons/watchmaker/framework/EvolutionStrategyEngine.html" title="type parameter in EvolutionStrategyEngine">T</a>&gt; - Class in <a href="org/uncommons/watchmaker/framework/package-summary.html">org.uncommons.watchmaker.framework</a></dt>
<dd>
<div class="block">General purpose engine for implementing Evolution Strategies.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/EvolutionStrategyEngine.html#EvolutionStrategyEngine-org.uncommons.watchmaker.framework.CandidateFactory-org.uncommons.watchmaker.framework.EvolutionaryOperator-org.uncommons.watchmaker.framework.FitnessEvaluator-boolean-int-java.util.Random-">EvolutionStrategyEngine(CandidateFactory&lt;T&gt;, EvolutionaryOperator&lt;T&gt;, FitnessEvaluator&lt;? super T&gt;, boolean, int, Random)</a></span> - Constructor for class org.uncommons.watchmaker.framework.<a href="org/uncommons/watchmaker/framework/EvolutionStrategyEngine.html" title="class in org.uncommons.watchmaker.framework">EvolutionStrategyEngine</a></dt>
<dd>
<div class="block">Creates a new engine for an evolution strategy.</div>
</dd>
<dt><a href="org/uncommons/watchmaker/framework/EvolutionUtils.html" title="class in org.uncommons.watchmaker.framework"><span class="typeNameLink">EvolutionUtils</span></a> - Class in <a href="org/uncommons/watchmaker/framework/package-summary.html">org.uncommons.watchmaker.framework</a></dt>
<dd>
<div class="block">Utility methods used by different evolution implementations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/AbstractEvolutionEngine.html#evolve-int-int-org.uncommons.watchmaker.framework.TerminationCondition...-">evolve(int, int, TerminationCondition...)</a></span> - Method in class org.uncommons.watchmaker.framework.<a href="org/uncommons/watchmaker/framework/AbstractEvolutionEngine.html" title="class in org.uncommons.watchmaker.framework">AbstractEvolutionEngine</a></dt>
<dd>
<div class="block">Execute the evolutionary algorithm until one of the termination conditions is met,
 then return the fittest candidate from the final generation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/AbstractEvolutionEngine.html#evolve-int-int-java.util.Collection-org.uncommons.watchmaker.framework.TerminationCondition...-">evolve(int, int, Collection&lt;T&gt;, TerminationCondition...)</a></span> - Method in class org.uncommons.watchmaker.framework.<a href="org/uncommons/watchmaker/framework/AbstractEvolutionEngine.html" title="class in org.uncommons.watchmaker.framework">AbstractEvolutionEngine</a></dt>
<dd>
<div class="block">Execute the evolutionary algorithm until one of the termination conditions is met,
 then return the fittest candidate from the final generation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/EvolutionEngine.html#evolve-int-int-org.uncommons.watchmaker.framework.TerminationCondition...-">evolve(int, int, TerminationCondition...)</a></span> - Method in interface org.uncommons.watchmaker.framework.<a href="org/uncommons/watchmaker/framework/EvolutionEngine.html" title="interface in org.uncommons.watchmaker.framework">EvolutionEngine</a></dt>
<dd>
<div class="block">Execute the evolutionary algorithm until one of the termination conditions is met,
 then return the fittest candidate from the final generation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/EvolutionEngine.html#evolve-int-int-java.util.Collection-org.uncommons.watchmaker.framework.TerminationCondition...-">evolve(int, int, Collection&lt;T&gt;, TerminationCondition...)</a></span> - Method in interface org.uncommons.watchmaker.framework.<a href="org/uncommons/watchmaker/framework/EvolutionEngine.html" title="interface in org.uncommons.watchmaker.framework">EvolutionEngine</a></dt>
<dd>
<div class="block">Execute the evolutionary algorithm until one of the termination conditions is met,
 then return the fittest candidate from the final generation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/islands/IslandEvolution.html#evolve-int-int-int-int-org.uncommons.watchmaker.framework.TerminationCondition...-">evolve(int, int, int, int, TerminationCondition...)</a></span> - Method in class org.uncommons.watchmaker.framework.islands.<a href="org/uncommons/watchmaker/framework/islands/IslandEvolution.html" title="class in org.uncommons.watchmaker.framework.islands">IslandEvolution</a></dt>
<dd>
<div class="block">Start the evolutionary process on each island and return the fittest candidate so far at the point
 any of the termination conditions is satisfied.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/AbstractEvolutionEngine.html#evolvePopulation-int-int-org.uncommons.watchmaker.framework.TerminationCondition...-">evolvePopulation(int, int, TerminationCondition...)</a></span> - Method in class org.uncommons.watchmaker.framework.<a href="org/uncommons/watchmaker/framework/AbstractEvolutionEngine.html" title="class in org.uncommons.watchmaker.framework">AbstractEvolutionEngine</a></dt>
<dd>
<div class="block">Execute the evolutionary algorithm until one of the termination conditions is met,
 then return all of the candidates from the final generation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/AbstractEvolutionEngine.html#evolvePopulation-int-int-java.util.Collection-org.uncommons.watchmaker.framework.TerminationCondition...-">evolvePopulation(int, int, Collection&lt;T&gt;, TerminationCondition...)</a></span> - Method in class org.uncommons.watchmaker.framework.<a href="org/uncommons/watchmaker/framework/AbstractEvolutionEngine.html" title="class in org.uncommons.watchmaker.framework">AbstractEvolutionEngine</a></dt>
<dd>
<div class="block">Execute the evolutionary algorithm until one of the termination conditions is met,
 then return all of the candidates from the final generation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/EvolutionEngine.html#evolvePopulation-int-int-org.uncommons.watchmaker.framework.TerminationCondition...-">evolvePopulation(int, int, TerminationCondition...)</a></span> - Method in interface org.uncommons.watchmaker.framework.<a href="org/uncommons/watchmaker/framework/EvolutionEngine.html" title="interface in org.uncommons.watchmaker.framework">EvolutionEngine</a></dt>
<dd>
<div class="block">Execute the evolutionary algorithm until one of the termination conditions is met,
 then return all of the candidates from the final generation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/EvolutionEngine.html#evolvePopulation-int-int-java.util.Collection-org.uncommons.watchmaker.framework.TerminationCondition...-">evolvePopulation(int, int, Collection&lt;T&gt;, TerminationCondition...)</a></span> - Method in interface org.uncommons.watchmaker.framework.<a href="org/uncommons/watchmaker/framework/EvolutionEngine.html" title="interface in org.uncommons.watchmaker.framework">EvolutionEngine</a></dt>
<dd>
<div class="block">Execute the evolutionary algorithm until one of the termination conditions is met,
 then return all of the candidates from the final generation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/swing/SwingBackgroundTask.html#execute--">execute()</a></span> - Method in class org.uncommons.swing.<a href="org/uncommons/swing/SwingBackgroundTask.html" title="class in org.uncommons.swing">SwingBackgroundTask</a></dt>
<dd>
<div class="block">Asynchronous call that begins execution of the task and returns immediately.</div>
</dd>
</dl>
<a name="I:F">
<!--   -->
</a>
<h2 class="title">F</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/FitnessEvaluationWorker.html#finalize--">finalize()</a></span> - Method in class org.uncommons.watchmaker.framework.<a href="org/uncommons/watchmaker/framework/FitnessEvaluationWorker.html" title="class in org.uncommons.watchmaker.framework">FitnessEvaluationWorker</a></dt>
<dd>
<div class="block">A FitnessWorker cannot be garbage-collected if its thread pool has not been shutdown.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/util/reflection/ReflectionUtils.html#findKnownConstructor-java.lang.Class-java.lang.Class...-">findKnownConstructor(Class&lt;T&gt;, Class&lt;?&gt;...)</a></span> - Static method in class org.uncommons.util.reflection.<a href="org/uncommons/util/reflection/ReflectionUtils.html" title="class in org.uncommons.util.reflection">ReflectionUtils</a></dt>
<dd>
<div class="block">Looks up a constructor that is explicitly identified.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/util/reflection/ReflectionUtils.html#findKnownMethod-java.lang.Class-java.lang.String-java.lang.Class...-">findKnownMethod(Class&lt;?&gt;, String, Class&lt;?&gt;...)</a></span> - Static method in class org.uncommons.util.reflection.<a href="org/uncommons/util/reflection/ReflectionUtils.html" title="class in org.uncommons.util.reflection">ReflectionUtils</a></dt>
<dd>
<div class="block">Looks up a method that is explicitly identified.</div>
</dd>
<dt><a href="org/uncommons/watchmaker/framework/FitnessEvaluationWorker.html" title="class in org.uncommons.watchmaker.framework"><span class="typeNameLink">FitnessEvaluationWorker</span></a> - Class in <a href="org/uncommons/watchmaker/framework/package-summary.html">org.uncommons.watchmaker.framework</a></dt>
<dd>
<div class="block">This is the class that actually runs the fitness evaluation tasks created by a
 <a href="org/uncommons/watchmaker/framework/EvolutionEngine.html" title="interface in org.uncommons.watchmaker.framework"><code>EvolutionEngine</code></a>.</div>
</dd>
<dt><a href="org/uncommons/watchmaker/framework/FitnessEvaluator.html" title="interface in org.uncommons.watchmaker.framework"><span class="typeNameLink">FitnessEvaluator</span></a>&lt;<a href="org/uncommons/watchmaker/framework/FitnessEvaluator.html" title="type parameter in FitnessEvaluator">T</a>&gt; - Interface in <a href="org/uncommons/watchmaker/framework/package-summary.html">org.uncommons.watchmaker.framework</a></dt>
<dd>
<div class="block">Calculates the fitness score of a given candidate of the appropriate type.</div>
</dd>
</dl>
<a name="I:G">
<!--   -->
</a>
<h2 class="title">G</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/CandidateFactory.html#generateInitialPopulation-int-java.util.Random-">generateInitialPopulation(int, Random)</a></span> - Method in interface org.uncommons.watchmaker.framework.<a href="org/uncommons/watchmaker/framework/CandidateFactory.html" title="interface in org.uncommons.watchmaker.framework">CandidateFactory</a></dt>
<dd>
<div class="block">Creates an initial population of candidates.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/CandidateFactory.html#generateInitialPopulation-int-java.util.Collection-java.util.Random-">generateInitialPopulation(int, Collection&lt;T&gt;, Random)</a></span> - Method in interface org.uncommons.watchmaker.framework.<a href="org/uncommons/watchmaker/framework/CandidateFactory.html" title="interface in org.uncommons.watchmaker.framework">CandidateFactory</a></dt>
<dd>
<div class="block">Sometimes it is desirable to seed the initial population with some
 known good candidates, or partial solutions, in order to provide some
 hints for the evolution process.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/factories/AbstractCandidateFactory.html#generateInitialPopulation-int-java.util.Random-">generateInitialPopulation(int, Random)</a></span> - Method in class org.uncommons.watchmaker.framework.factories.<a href="org/uncommons/watchmaker/framework/factories/AbstractCandidateFactory.html" title="class in org.uncommons.watchmaker.framework.factories">AbstractCandidateFactory</a></dt>
<dd>
<div class="block">Randomly, create an initial population of candidates.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/factories/AbstractCandidateFactory.html#generateInitialPopulation-int-java.util.Collection-java.util.Random-">generateInitialPopulation(int, Collection&lt;T&gt;, Random)</a></span> - Method in class org.uncommons.watchmaker.framework.factories.<a href="org/uncommons/watchmaker/framework/factories/AbstractCandidateFactory.html" title="class in org.uncommons.watchmaker.framework.factories">AbstractCandidateFactory</a></dt>
<dd>
<div class="block">Sometimes it is desirable to seed the initial population with some
 known good candidates, or partial solutions, in order to provide some
 hints for the evolution process.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/CandidateFactory.html#generateRandomCandidate-java.util.Random-">generateRandomCandidate(Random)</a></span> - Method in interface org.uncommons.watchmaker.framework.<a href="org/uncommons/watchmaker/framework/CandidateFactory.html" title="interface in org.uncommons.watchmaker.framework">CandidateFactory</a></dt>
<dd>
<div class="block">Randomly create a single candidate solution.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/factories/BitStringFactory.html#generateRandomCandidate-java.util.Random-">generateRandomCandidate(Random)</a></span> - Method in class org.uncommons.watchmaker.framework.factories.<a href="org/uncommons/watchmaker/framework/factories/BitStringFactory.html" title="class in org.uncommons.watchmaker.framework.factories">BitStringFactory</a></dt>
<dd>
<div class="block">Generates a random bit string, with a uniform distribution of
 ones and zeroes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/factories/ListPermutationFactory.html#generateRandomCandidate-java.util.Random-">generateRandomCandidate(Random)</a></span> - Method in class org.uncommons.watchmaker.framework.factories.<a href="org/uncommons/watchmaker/framework/factories/ListPermutationFactory.html" title="class in org.uncommons.watchmaker.framework.factories">ListPermutationFactory</a></dt>
<dd>
<div class="block">Generates a random permutation from the configured elements.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/factories/ObjectArrayPermutationFactory.html#generateRandomCandidate-java.util.Random-">generateRandomCandidate(Random)</a></span> - Method in class org.uncommons.watchmaker.framework.factories.<a href="org/uncommons/watchmaker/framework/factories/ObjectArrayPermutationFactory.html" title="class in org.uncommons.watchmaker.framework.factories">ObjectArrayPermutationFactory</a></dt>
<dd>
<div class="block">Generates a random permutation from the configured elements.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/factories/StringFactory.html#generateRandomCandidate-java.util.Random-">generateRandomCandidate(Random)</a></span> - Method in class org.uncommons.watchmaker.framework.factories.<a href="org/uncommons/watchmaker/framework/factories/StringFactory.html" title="class in org.uncommons.watchmaker.framework.factories">StringFactory</a></dt>
<dd>
<div class="block">Generates a random string of a pre-configured length.</div>
</dd>
<dt><a href="org/uncommons/watchmaker/framework/GenerationalEvolutionEngine.html" title="class in org.uncommons.watchmaker.framework"><span class="typeNameLink">GenerationalEvolutionEngine</span></a>&lt;<a href="org/uncommons/watchmaker/framework/GenerationalEvolutionEngine.html" title="type parameter in GenerationalEvolutionEngine">T</a>&gt; - Class in <a href="org/uncommons/watchmaker/framework/package-summary.html">org.uncommons.watchmaker.framework</a></dt>
<dd>
<div class="block">This class implements a general-purpose generational evolutionary algorithm.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/GenerationalEvolutionEngine.html#GenerationalEvolutionEngine-org.uncommons.watchmaker.framework.CandidateFactory-org.uncommons.watchmaker.framework.EvolutionaryOperator-org.uncommons.watchmaker.framework.FitnessEvaluator-org.uncommons.watchmaker.framework.SelectionStrategy-java.util.Random-">GenerationalEvolutionEngine(CandidateFactory&lt;T&gt;, EvolutionaryOperator&lt;T&gt;, FitnessEvaluator&lt;? super T&gt;, SelectionStrategy&lt;? super T&gt;, Random)</a></span> - Constructor for class org.uncommons.watchmaker.framework.<a href="org/uncommons/watchmaker/framework/GenerationalEvolutionEngine.html" title="class in org.uncommons.watchmaker.framework">GenerationalEvolutionEngine</a></dt>
<dd>
<div class="block">Creates a new evolution engine by specifying the various components required by
 a generational evolutionary algorithm.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/GenerationalEvolutionEngine.html#GenerationalEvolutionEngine-org.uncommons.watchmaker.framework.CandidateFactory-org.uncommons.watchmaker.framework.EvolutionaryOperator-org.uncommons.watchmaker.framework.interactive.InteractiveSelection-java.util.Random-">GenerationalEvolutionEngine(CandidateFactory&lt;T&gt;, EvolutionaryOperator&lt;T&gt;, InteractiveSelection&lt;T&gt;, Random)</a></span> - Constructor for class org.uncommons.watchmaker.framework.<a href="org/uncommons/watchmaker/framework/GenerationalEvolutionEngine.html" title="class in org.uncommons.watchmaker.framework">GenerationalEvolutionEngine</a></dt>
<dd>
<div class="block">Creates a new evolution engine for an interactive evolutionary algorithm.</div>
</dd>
<dt><a href="org/uncommons/watchmaker/framework/termination/GenerationCount.html" title="class in org.uncommons.watchmaker.framework.termination"><span class="typeNameLink">GenerationCount</span></a> - Class in <a href="org/uncommons/watchmaker/framework/termination/package-summary.html">org.uncommons.watchmaker.framework.termination</a></dt>
<dd>
<div class="block">Terminates evolution after a set number of generations have passed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/termination/GenerationCount.html#GenerationCount-int-">GenerationCount(int)</a></span> - Constructor for class org.uncommons.watchmaker.framework.termination.<a href="org/uncommons/watchmaker/framework/termination/GenerationCount.html" title="class in org.uncommons.watchmaker.framework.termination">GenerationCount</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/PopulationData.html#getBestCandidate--">getBestCandidate()</a></span> - Method in class org.uncommons.watchmaker.framework.<a href="org/uncommons/watchmaker/framework/PopulationData.html" title="class in org.uncommons.watchmaker.framework">PopulationData</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/PopulationData.html#getBestCandidateFitness--">getBestCandidateFitness()</a></span> - Method in class org.uncommons.watchmaker.framework.<a href="org/uncommons/watchmaker/framework/PopulationData.html" title="class in org.uncommons.watchmaker.framework">PopulationData</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/swing/ConfigurableLineBorder.html#getBorderInsets-java.awt.Component-">getBorderInsets(Component)</a></span> - Method in class org.uncommons.swing.<a href="org/uncommons/swing/ConfigurableLineBorder.html" title="class in org.uncommons.swing">ConfigurableLineBorder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/EvaluatedCandidate.html#getCandidate--">getCandidate()</a></span> - Method in class org.uncommons.watchmaker.framework.<a href="org/uncommons/watchmaker/framework/EvaluatedCandidate.html" title="class in org.uncommons.watchmaker.framework">EvaluatedCandidate</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/swing/AbortControl.html#getControl--">getControl()</a></span> - Method in class org.uncommons.watchmaker.swing.<a href="org/uncommons/watchmaker/swing/AbortControl.html" title="class in org.uncommons.watchmaker.swing">AbortControl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/swing/EvolutionControl.html#getControl--">getControl()</a></span> - Method in interface org.uncommons.watchmaker.swing.<a href="org/uncommons/watchmaker/swing/EvolutionControl.html" title="interface in org.uncommons.watchmaker.swing">EvolutionControl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/swing/NumericParameterControl.html#getControl--">getControl()</a></span> - Method in class org.uncommons.watchmaker.swing.<a href="org/uncommons/watchmaker/swing/NumericParameterControl.html" title="class in org.uncommons.watchmaker.swing">NumericParameterControl</a></dt>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/swing/ProbabilityParameterControl.html#getControl--">getControl()</a></span> - Method in class org.uncommons.watchmaker.swing.<a href="org/uncommons/watchmaker/swing/ProbabilityParameterControl.html" title="class in org.uncommons.watchmaker.swing">ProbabilityParameterControl</a></dt>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/swing/SelectionStrategyControl.html#getControl--">getControl()</a></span> - Method in class org.uncommons.watchmaker.swing.<a href="org/uncommons/watchmaker/swing/SelectionStrategyControl.html" title="class in org.uncommons.watchmaker.swing">SelectionStrategyControl</a></dt>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/PopulationData.html#getElapsedTime--">getElapsedTime()</a></span> - Method in class org.uncommons.watchmaker.framework.<a href="org/uncommons/watchmaker/framework/PopulationData.html" title="class in org.uncommons.watchmaker.framework">PopulationData</a></dt>
<dd>
<div class="block">Returns the amount of time (in milliseconds) since the
 start of the evolutionary algorithm's execution.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/PopulationData.html#getEliteCount--">getEliteCount()</a></span> - Method in class org.uncommons.watchmaker.framework.<a href="org/uncommons/watchmaker/framework/PopulationData.html" title="class in org.uncommons.watchmaker.framework">PopulationData</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/CachingFitnessEvaluator.html#getFitness-T-java.util.List-">getFitness(T, List&lt;? extends T&gt;)</a></span> - Method in class org.uncommons.watchmaker.framework.<a href="org/uncommons/watchmaker/framework/CachingFitnessEvaluator.html" title="class in org.uncommons.watchmaker.framework">CachingFitnessEvaluator</a></dt>
<dd>
<div class="block">Calculates a fitness score for the given candidate.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/EvaluatedCandidate.html#getFitness--">getFitness()</a></span> - Method in class org.uncommons.watchmaker.framework.<a href="org/uncommons/watchmaker/framework/EvaluatedCandidate.html" title="class in org.uncommons.watchmaker.framework">EvaluatedCandidate</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/FitnessEvaluator.html#getFitness-T-java.util.List-">getFitness(T, List&lt;? extends T&gt;)</a></span> - Method in interface org.uncommons.watchmaker.framework.<a href="org/uncommons/watchmaker/framework/FitnessEvaluator.html" title="interface in org.uncommons.watchmaker.framework">FitnessEvaluator</a></dt>
<dd>
<div class="block">Calculates a fitness score for the given candidate.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/PopulationData.html#getFitnessStandardDeviation--">getFitnessStandardDeviation()</a></span> - Method in class org.uncommons.watchmaker.framework.<a href="org/uncommons/watchmaker/framework/PopulationData.html" title="class in org.uncommons.watchmaker.framework">PopulationData</a></dt>
<dd>
<div class="block">Returns a statistical measure of variation in fitness scores within
 the population.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/PopulationData.html#getGenerationNumber--">getGenerationNumber()</a></span> - Method in class org.uncommons.watchmaker.framework.<a href="org/uncommons/watchmaker/framework/PopulationData.html" title="class in org.uncommons.watchmaker.framework">PopulationData</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/swing/evolutionmonitor/EvolutionMonitor.html#getGUIComponent--">getGUIComponent()</a></span> - Method in class org.uncommons.watchmaker.swing.evolutionmonitor.<a href="org/uncommons/watchmaker/swing/evolutionmonitor/EvolutionMonitor.html" title="class in org.uncommons.watchmaker.swing.evolutionmonitor">EvolutionMonitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/PopulationData.html#getMeanFitness--">getMeanFitness()</a></span> - Method in class org.uncommons.watchmaker.framework.<a href="org/uncommons/watchmaker/framework/PopulationData.html" title="class in org.uncommons.watchmaker.framework">PopulationData</a></dt>
<dd>
<div class="block">Returns the average fitness score of population members.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/swing/NumericParameterControl.html#getNumberGenerator--">getNumberGenerator()</a></span> - Method in class org.uncommons.watchmaker.swing.<a href="org/uncommons/watchmaker/swing/NumericParameterControl.html" title="class in org.uncommons.watchmaker.swing">NumericParameterControl</a></dt>
<dd>
<div class="block">Returns a number generator that simply returns the current value contained
 in the spinner field.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/swing/ProbabilityParameterControl.html#getNumberGenerator--">getNumberGenerator()</a></span> - Method in class org.uncommons.watchmaker.swing.<a href="org/uncommons/watchmaker/swing/ProbabilityParameterControl.html" title="class in org.uncommons.watchmaker.swing">ProbabilityParameterControl</a></dt>
<dd>
<div class="block">Returns a number generator that simply returns the current probability value
 represented by the position of the slider control.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/EvolutionUtils.html#getPopulationData-java.util.List-boolean-int-int-long-">getPopulationData(List&lt;EvaluatedCandidate&lt;T&gt;&gt;, boolean, int, int, long)</a></span> - Static method in class org.uncommons.watchmaker.framework.<a href="org/uncommons/watchmaker/framework/EvolutionUtils.html" title="class in org.uncommons.watchmaker.framework">EvolutionUtils</a></dt>
<dd>
<div class="block">Gets data about the current population, including the fittest candidate
 and statistics about the population as a whole.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/PopulationData.html#getPopulationSize--">getPopulationSize()</a></span> - Method in class org.uncommons.watchmaker.framework.<a href="org/uncommons/watchmaker/framework/PopulationData.html" title="class in org.uncommons.watchmaker.framework">PopulationData</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/AbstractEvolutionEngine.html#getSatisfiedTerminationConditions--">getSatisfiedTerminationConditions()</a></span> - Method in class org.uncommons.watchmaker.framework.<a href="org/uncommons/watchmaker/framework/AbstractEvolutionEngine.html" title="class in org.uncommons.watchmaker.framework">AbstractEvolutionEngine</a></dt>
<dd>
<div class="block">Returns a list of all <a href="org/uncommons/watchmaker/framework/TerminationCondition.html" title="interface in org.uncommons.watchmaker.framework"><code>TerminationCondition</code></a>s that are satisfied by the current
 state of the evolution engine.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/EvolutionEngine.html#getSatisfiedTerminationConditions--">getSatisfiedTerminationConditions()</a></span> - Method in interface org.uncommons.watchmaker.framework.<a href="org/uncommons/watchmaker/framework/EvolutionEngine.html" title="interface in org.uncommons.watchmaker.framework">EvolutionEngine</a></dt>
<dd>
<div class="block">Returns a list of all <a href="org/uncommons/watchmaker/framework/TerminationCondition.html" title="interface in org.uncommons.watchmaker.framework"><code>TerminationCondition</code></a>s that are satisfied by the current
 state of the evolution engine.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/islands/IslandEvolution.html#getSatisfiedTerminationConditions--">getSatisfiedTerminationConditions()</a></span> - Method in class org.uncommons.watchmaker.framework.islands.<a href="org/uncommons/watchmaker/framework/islands/IslandEvolution.html" title="class in org.uncommons.watchmaker.framework.islands">IslandEvolution</a></dt>
<dd>
<div class="block">Returns a list of all <a href="org/uncommons/watchmaker/framework/TerminationCondition.html" title="interface in org.uncommons.watchmaker.framework"><code>TerminationCondition</code></a>s that are satisfied by the current
 state of the island evolution.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/swing/SelectionStrategyControl.html#getSelectionStrategy--">getSelectionStrategy()</a></span> - Method in class org.uncommons.watchmaker.swing.<a href="org/uncommons/watchmaker/swing/SelectionStrategyControl.html" title="class in org.uncommons.watchmaker.swing">SelectionStrategyControl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/swing/AbortControl.html#getTerminationCondition--">getTerminationCondition()</a></span> - Method in class org.uncommons.watchmaker.swing.<a href="org/uncommons/watchmaker/swing/AbortControl.html" title="class in org.uncommons.watchmaker.swing">AbortControl</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:H">
<!--   -->
</a>
<h2 class="title">H</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/EvaluatedCandidate.html#hashCode--">hashCode()</a></span> - Method in class org.uncommons.watchmaker.framework.<a href="org/uncommons/watchmaker/framework/EvaluatedCandidate.html" title="class in org.uncommons.watchmaker.framework">EvaluatedCandidate</a></dt>
<dd>
<div class="block">Over-ridden to be consistent with <a href="org/uncommons/watchmaker/framework/EvaluatedCandidate.html#equals-java.lang.Object-"><code>EvaluatedCandidate.equals(Object)</code></a>.</div>
</dd>
</dl>
<a name="I:I">
<!--   -->
</a>
<h2 class="title">I</h2>
<dl>
<dt><a href="org/uncommons/watchmaker/framework/operators/IdentityOperator.html" title="class in org.uncommons.watchmaker.framework.operators"><span class="typeNameLink">IdentityOperator</span></a>&lt;<a href="org/uncommons/watchmaker/framework/operators/IdentityOperator.html" title="type parameter in IdentityOperator">T</a>&gt; - Class in <a href="org/uncommons/watchmaker/framework/operators/package-summary.html">org.uncommons.watchmaker.framework.operators</a></dt>
<dd>
<div class="block">Evolutionary operator that simply returns the selected candidates unaltered.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/operators/IdentityOperator.html#IdentityOperator--">IdentityOperator()</a></span> - Constructor for class org.uncommons.watchmaker.framework.operators.<a href="org/uncommons/watchmaker/framework/operators/IdentityOperator.html" title="class in org.uncommons.watchmaker.framework.operators">IdentityOperator</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/uncommons/util/id/IDSource.html" title="interface in org.uncommons.util.id"><span class="typeNameLink">IDSource</span></a>&lt;<a href="org/uncommons/util/id/IDSource.html" title="type parameter in IDSource">T</a> extends <a href="file:///usr/share/doc/default-jdk-doc/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>&gt; - Interface in <a href="org/uncommons/util/id/package-summary.html">org.uncommons.util.id</a></dt>
<dd>
<div class="block">Defines operations for classes that generate unique identifiers.</div>
</dd>
<dt><a href="org/uncommons/util/id/IDSourceExhaustedException.html" title="class in org.uncommons.util.id"><span class="typeNameLink">IDSourceExhaustedException</span></a> - Exception in <a href="org/uncommons/util/id/package-summary.html">org.uncommons.util.id</a></dt>
<dd>
<div class="block">Unchecked exception thrown if an <a href="org/uncommons/util/id/IDSource.html" title="interface in org.uncommons.util.id"><code>IDSource</code></a> runs out of unique IDs.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/util/id/IDSourceExhaustedException.html#IDSourceExhaustedException-java.lang.String-">IDSourceExhaustedException(String)</a></span> - Constructor for exception org.uncommons.util.id.<a href="org/uncommons/util/id/IDSourceExhaustedException.html" title="class in org.uncommons.util.id">IDSourceExhaustedException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/util/id/IDSourceExhaustedException.html#IDSourceExhaustedException-java.lang.String-java.lang.Throwable-">IDSourceExhaustedException(String, Throwable)</a></span> - Constructor for exception org.uncommons.util.id.<a href="org/uncommons/util/id/IDSourceExhaustedException.html" title="class in org.uncommons.util.id">IDSourceExhaustedException</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/uncommons/watchmaker/framework/operators/IntArrayCrossover.html" title="class in org.uncommons.watchmaker.framework.operators"><span class="typeNameLink">IntArrayCrossover</span></a> - Class in <a href="org/uncommons/watchmaker/framework/operators/package-summary.html">org.uncommons.watchmaker.framework.operators</a></dt>
<dd>
<div class="block">Cross-over with a configurable number of points (fixed or random) for
 arrays of primitive ints.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/operators/IntArrayCrossover.html#IntArrayCrossover--">IntArrayCrossover()</a></span> - Constructor for class org.uncommons.watchmaker.framework.operators.<a href="org/uncommons/watchmaker/framework/operators/IntArrayCrossover.html" title="class in org.uncommons.watchmaker.framework.operators">IntArrayCrossover</a></dt>
<dd>
<div class="block">Default is single-point cross-over, applied to all parents.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/operators/IntArrayCrossover.html#IntArrayCrossover-int-">IntArrayCrossover(int)</a></span> - Constructor for class org.uncommons.watchmaker.framework.operators.<a href="org/uncommons/watchmaker/framework/operators/IntArrayCrossover.html" title="class in org.uncommons.watchmaker.framework.operators">IntArrayCrossover</a></dt>
<dd>
<div class="block">Cross-over with a fixed number of cross-over points.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/operators/IntArrayCrossover.html#IntArrayCrossover-int-org.uncommons.maths.random.Probability-">IntArrayCrossover(int, Probability)</a></span> - Constructor for class org.uncommons.watchmaker.framework.operators.<a href="org/uncommons/watchmaker/framework/operators/IntArrayCrossover.html" title="class in org.uncommons.watchmaker.framework.operators">IntArrayCrossover</a></dt>
<dd>
<div class="block">Cross-over with a fixed number of cross-over points.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/operators/IntArrayCrossover.html#IntArrayCrossover-org.uncommons.maths.number.NumberGenerator-">IntArrayCrossover(NumberGenerator&lt;Integer&gt;)</a></span> - Constructor for class org.uncommons.watchmaker.framework.operators.<a href="org/uncommons/watchmaker/framework/operators/IntArrayCrossover.html" title="class in org.uncommons.watchmaker.framework.operators">IntArrayCrossover</a></dt>
<dd>
<div class="block">Cross-over with a variable number of cross-over points.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/operators/IntArrayCrossover.html#IntArrayCrossover-org.uncommons.maths.number.NumberGenerator-org.uncommons.maths.number.NumberGenerator-">IntArrayCrossover(NumberGenerator&lt;Integer&gt;, NumberGenerator&lt;Probability&gt;)</a></span> - Constructor for class org.uncommons.watchmaker.framework.operators.<a href="org/uncommons/watchmaker/framework/operators/IntArrayCrossover.html" title="class in org.uncommons.watchmaker.framework.operators">IntArrayCrossover</a></dt>
<dd>
<div class="block">Sets up a cross-over implementation that uses a variable number of cross-over
 points.</div>
</dd>
<dt><a href="org/uncommons/watchmaker/framework/interactive/InteractiveSelection.html" title="class in org.uncommons.watchmaker.framework.interactive"><span class="typeNameLink">InteractiveSelection</span></a>&lt;<a href="org/uncommons/watchmaker/framework/interactive/InteractiveSelection.html" title="type parameter in InteractiveSelection">T</a>&gt; - Class in <a href="org/uncommons/watchmaker/framework/interactive/package-summary.html">org.uncommons.watchmaker.framework.interactive</a></dt>
<dd>
<div class="block">Special selection strategy used for interactive evolutionary algorithms.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/interactive/InteractiveSelection.html#InteractiveSelection-org.uncommons.watchmaker.framework.interactive.Console-org.uncommons.watchmaker.framework.interactive.Renderer-int-int-">InteractiveSelection(Console&lt;R&gt;, Renderer&lt;T, R&gt;, int, int)</a></span> - Constructor for class org.uncommons.watchmaker.framework.interactive.<a href="org/uncommons/watchmaker/framework/interactive/InteractiveSelection.html" title="class in org.uncommons.watchmaker.framework.interactive">InteractiveSelection</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/interactive/InteractiveSelection.html#InteractiveSelection-org.uncommons.watchmaker.framework.interactive.Console-int-int-">InteractiveSelection(Console&lt;T&gt;, int, int)</a></span> - Constructor for class org.uncommons.watchmaker.framework.interactive.<a href="org/uncommons/watchmaker/framework/interactive/InteractiveSelection.html" title="class in org.uncommons.watchmaker.framework.interactive">InteractiveSelection</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/uncommons/util/id/IntSequenceIDSource.html" title="class in org.uncommons.util.id"><span class="typeNameLink">IntSequenceIDSource</span></a> - Class in <a href="org/uncommons/util/id/package-summary.html">org.uncommons.util.id</a></dt>
<dd>
<div class="block">Thread-safe source for unique IDs.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/util/id/IntSequenceIDSource.html#IntSequenceIDSource-int-">IntSequenceIDSource(int)</a></span> - Constructor for class org.uncommons.util.id.<a href="org/uncommons/util/id/IntSequenceIDSource.html" title="class in org.uncommons.util.id">IntSequenceIDSource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/util/id/IntSequenceIDSource.html#IntSequenceIDSource--">IntSequenceIDSource()</a></span> - Constructor for class org.uncommons.util.id.<a href="org/uncommons/util/id/IntSequenceIDSource.html" title="class in org.uncommons.util.id">IntSequenceIDSource</a></dt>
<dd>
<div class="block">Creates a sequence that starts at zero.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/util/reflection/ReflectionUtils.html#invokeUnchecked-java.lang.reflect.Method-java.lang.Object-java.lang.Object...-">invokeUnchecked(Method, Object, Object...)</a></span> - Static method in class org.uncommons.util.reflection.<a href="org/uncommons/util/reflection/ReflectionUtils.html" title="class in org.uncommons.util.reflection">ReflectionUtils</a></dt>
<dd>
<div class="block">Invokes the specified method without throwing any checked exceptions.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/util/reflection/ReflectionUtils.html#invokeUnchecked-java.lang.reflect.Constructor-java.lang.Object...-">invokeUnchecked(Constructor&lt;T&gt;, Object...)</a></span> - Static method in class org.uncommons.util.reflection.<a href="org/uncommons/util/reflection/ReflectionUtils.html" title="class in org.uncommons.util.reflection">ReflectionUtils</a></dt>
<dd>
<div class="block">Invokes the specified constructor without throwing any checked exceptions.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/termination/UserAbort.html#isAborted--">isAborted()</a></span> - Method in class org.uncommons.watchmaker.framework.termination.<a href="org/uncommons/watchmaker/framework/termination/UserAbort.html" title="class in org.uncommons.watchmaker.framework.termination">UserAbort</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/swing/ConfigurableLineBorder.html#isBorderOpaque--">isBorderOpaque()</a></span> - Method in class org.uncommons.swing.<a href="org/uncommons/swing/ConfigurableLineBorder.html" title="class in org.uncommons.swing">ConfigurableLineBorder</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/uncommons/watchmaker/framework/islands/IslandEvolution.html" title="class in org.uncommons.watchmaker.framework.islands"><span class="typeNameLink">IslandEvolution</span></a>&lt;<a href="org/uncommons/watchmaker/framework/islands/IslandEvolution.html" title="type parameter in IslandEvolution">T</a>&gt; - Class in <a href="org/uncommons/watchmaker/framework/islands/package-summary.html">org.uncommons.watchmaker.framework.islands</a></dt>
<dd>
<div class="block">An implementation of island evolution in which multiple independent populations are evolved in
 parallel with periodic migration of individuals between islands.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/islands/IslandEvolution.html#IslandEvolution-int-org.uncommons.watchmaker.framework.islands.Migration-org.uncommons.watchmaker.framework.CandidateFactory-org.uncommons.watchmaker.framework.EvolutionaryOperator-org.uncommons.watchmaker.framework.FitnessEvaluator-org.uncommons.watchmaker.framework.SelectionStrategy-java.util.Random-">IslandEvolution(int, Migration, CandidateFactory&lt;T&gt;, EvolutionaryOperator&lt;T&gt;, FitnessEvaluator&lt;? super T&gt;, SelectionStrategy&lt;? super T&gt;, Random)</a></span> - Constructor for class org.uncommons.watchmaker.framework.islands.<a href="org/uncommons/watchmaker/framework/islands/IslandEvolution.html" title="class in org.uncommons.watchmaker.framework.islands">IslandEvolution</a></dt>
<dd>
<div class="block">Create an island system with the specified number of identically-configured islands.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/islands/IslandEvolution.html#IslandEvolution-java.util.List-org.uncommons.watchmaker.framework.islands.Migration-boolean-java.util.Random-">IslandEvolution(List&lt;EvolutionEngine&lt;T&gt;&gt;, Migration, boolean, Random)</a></span> - Constructor for class org.uncommons.watchmaker.framework.islands.<a href="org/uncommons/watchmaker/framework/islands/IslandEvolution.html" title="class in org.uncommons.watchmaker.framework.islands">IslandEvolution</a></dt>
<dd>
<div class="block">Create an island evolution system from a list of pre-configured islands.</div>
</dd>
<dt><a href="org/uncommons/watchmaker/framework/islands/IslandEvolutionObserver.html" title="interface in org.uncommons.watchmaker.framework.islands"><span class="typeNameLink">IslandEvolutionObserver</span></a>&lt;<a href="org/uncommons/watchmaker/framework/islands/IslandEvolutionObserver.html" title="type parameter in IslandEvolutionObserver">T</a>&gt; - Interface in <a href="org/uncommons/watchmaker/framework/islands/package-summary.html">org.uncommons.watchmaker.framework.islands</a></dt>
<dd>
<div class="block">A specialisation of <a href="org/uncommons/watchmaker/framework/EvolutionObserver.html" title="interface in org.uncommons.watchmaker.framework"><code>EvolutionObserver</code></a> that, as well as
 receiving global population updates (at the end of each epoch), can receive individual island
 population updates (at the end of each generation on each island).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/islands/IslandEvolutionObserver.html#islandPopulationUpdate-int-org.uncommons.watchmaker.framework.PopulationData-">islandPopulationUpdate(int, PopulationData&lt;? extends T&gt;)</a></span> - Method in interface org.uncommons.watchmaker.framework.islands.<a href="org/uncommons/watchmaker/framework/islands/IslandEvolutionObserver.html" title="interface in org.uncommons.watchmaker.framework.islands">IslandEvolutionObserver</a></dt>
<dd>
<div class="block">Method called to notify the listener of the state of the population of an individual
 island.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/swing/evolutionmonitor/EvolutionMonitor.html#islandPopulationUpdate-int-org.uncommons.watchmaker.framework.PopulationData-">islandPopulationUpdate(int, PopulationData&lt;? extends T&gt;)</a></span> - Method in class org.uncommons.watchmaker.swing.evolutionmonitor.<a href="org/uncommons/watchmaker/swing/evolutionmonitor/EvolutionMonitor.html" title="class in org.uncommons.watchmaker.swing.evolutionmonitor">EvolutionMonitor</a></dt>
<dd>
<div class="block">Method called to notify the listener of the state of the population of an individual
 island.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/swing/evolutionmonitor/StatusBar.html#islandPopulationUpdate-int-org.uncommons.watchmaker.framework.PopulationData-">islandPopulationUpdate(int, PopulationData&lt;? extends Object&gt;)</a></span> - Method in class org.uncommons.watchmaker.swing.evolutionmonitor.<a href="org/uncommons/watchmaker/swing/evolutionmonitor/StatusBar.html" title="class in org.uncommons.watchmaker.swing.evolutionmonitor">StatusBar</a></dt>
<dd>
<div class="block">Method called to notify the listener of the state of the population of an individual
 island.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/CachingFitnessEvaluator.html#isNatural--">isNatural()</a></span> - Method in class org.uncommons.watchmaker.framework.<a href="org/uncommons/watchmaker/framework/CachingFitnessEvaluator.html" title="class in org.uncommons.watchmaker.framework">CachingFitnessEvaluator</a></dt>
<dd>
<div class="block">Specifies whether this evaluator generates <i>natural</i> fitness
 scores or not.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/FitnessEvaluator.html#isNatural--">isNatural()</a></span> - Method in interface org.uncommons.watchmaker.framework.<a href="org/uncommons/watchmaker/framework/FitnessEvaluator.html" title="interface in org.uncommons.watchmaker.framework">FitnessEvaluator</a></dt>
<dd>
<div class="block">Specifies whether this evaluator generates <i>natural</i> fitness
 scores or not.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/PopulationData.html#isNaturalFitness--">isNaturalFitness()</a></span> - Method in class org.uncommons.watchmaker.framework.<a href="org/uncommons/watchmaker/framework/PopulationData.html" title="class in org.uncommons.watchmaker.framework">PopulationData</a></dt>
<dd>
<div class="block">Indicates whether the fitness scores are natural or non-natural.</div>
</dd>
</dl>
<a name="I:L">
<!--   -->
</a>
<h2 class="title">L</h2>
<dl>
<dt><a href="org/uncommons/watchmaker/framework/operators/ListCrossover.html" title="class in org.uncommons.watchmaker.framework.operators"><span class="typeNameLink">ListCrossover</span></a>&lt;<a href="org/uncommons/watchmaker/framework/operators/ListCrossover.html" title="type parameter in ListCrossover">T</a>&gt; - Class in <a href="org/uncommons/watchmaker/framework/operators/package-summary.html">org.uncommons.watchmaker.framework.operators</a></dt>
<dd>
<div class="block">Variable-point (fixed or random) cross-over for arbitrary lists.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/operators/ListCrossover.html#ListCrossover--">ListCrossover()</a></span> - Constructor for class org.uncommons.watchmaker.framework.operators.<a href="org/uncommons/watchmaker/framework/operators/ListCrossover.html" title="class in org.uncommons.watchmaker.framework.operators">ListCrossover</a></dt>
<dd>
<div class="block">Default is single-point cross-over, applied to all parents.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/operators/ListCrossover.html#ListCrossover-int-">ListCrossover(int)</a></span> - Constructor for class org.uncommons.watchmaker.framework.operators.<a href="org/uncommons/watchmaker/framework/operators/ListCrossover.html" title="class in org.uncommons.watchmaker.framework.operators">ListCrossover</a></dt>
<dd>
<div class="block">Cross-over with a fixed number of cross-over points.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/operators/ListCrossover.html#ListCrossover-int-org.uncommons.maths.random.Probability-">ListCrossover(int, Probability)</a></span> - Constructor for class org.uncommons.watchmaker.framework.operators.<a href="org/uncommons/watchmaker/framework/operators/ListCrossover.html" title="class in org.uncommons.watchmaker.framework.operators">ListCrossover</a></dt>
<dd>
<div class="block">Cross-over with a fixed number of cross-over points.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/operators/ListCrossover.html#ListCrossover-org.uncommons.maths.number.NumberGenerator-">ListCrossover(NumberGenerator&lt;Integer&gt;)</a></span> - Constructor for class org.uncommons.watchmaker.framework.operators.<a href="org/uncommons/watchmaker/framework/operators/ListCrossover.html" title="class in org.uncommons.watchmaker.framework.operators">ListCrossover</a></dt>
<dd>
<div class="block">Cross-over with a variable number of cross-over points.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/operators/ListCrossover.html#ListCrossover-org.uncommons.maths.number.NumberGenerator-org.uncommons.maths.number.NumberGenerator-">ListCrossover(NumberGenerator&lt;Integer&gt;, NumberGenerator&lt;Probability&gt;)</a></span> - Constructor for class org.uncommons.watchmaker.framework.operators.<a href="org/uncommons/watchmaker/framework/operators/ListCrossover.html" title="class in org.uncommons.watchmaker.framework.operators">ListCrossover</a></dt>
<dd>
<div class="block">Cross-over with a variable number of cross-over points.</div>
</dd>
<dt><a href="org/uncommons/watchmaker/framework/operators/ListInversion.html" title="class in org.uncommons.watchmaker.framework.operators"><span class="typeNameLink">ListInversion</span></a>&lt;<a href="org/uncommons/watchmaker/framework/operators/ListInversion.html" title="type parameter in ListInversion">T</a>&gt; - Class in <a href="org/uncommons/watchmaker/framework/operators/package-summary.html">org.uncommons.watchmaker.framework.operators</a></dt>
<dd>
<div class="block">An evolutionary operator that randomly reverses a subsection of a list.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/operators/ListInversion.html#ListInversion-org.uncommons.maths.random.Probability-">ListInversion(Probability)</a></span> - Constructor for class org.uncommons.watchmaker.framework.operators.<a href="org/uncommons/watchmaker/framework/operators/ListInversion.html" title="class in org.uncommons.watchmaker.framework.operators">ListInversion</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/operators/ListInversion.html#ListInversion-org.uncommons.maths.number.NumberGenerator-">ListInversion(NumberGenerator&lt;Probability&gt;)</a></span> - Constructor for class org.uncommons.watchmaker.framework.operators.<a href="org/uncommons/watchmaker/framework/operators/ListInversion.html" title="class in org.uncommons.watchmaker.framework.operators">ListInversion</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/uncommons/watchmaker/framework/operators/ListOperator.html" title="class in org.uncommons.watchmaker.framework.operators"><span class="typeNameLink">ListOperator</span></a>&lt;<a href="org/uncommons/watchmaker/framework/operators/ListOperator.html" title="type parameter in ListOperator">T</a>&gt; - Class in <a href="org/uncommons/watchmaker/framework/operators/package-summary.html">org.uncommons.watchmaker.framework.operators</a></dt>
<dd>
<div class="block">A higher-order evolutionary operator that is applied to populations made
 up of lists.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/operators/ListOperator.html#ListOperator-org.uncommons.watchmaker.framework.EvolutionaryOperator-">ListOperator(EvolutionaryOperator&lt;T&gt;)</a></span> - Constructor for class org.uncommons.watchmaker.framework.operators.<a href="org/uncommons/watchmaker/framework/operators/ListOperator.html" title="class in org.uncommons.watchmaker.framework.operators">ListOperator</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/uncommons/watchmaker/framework/operators/ListOrderCrossover.html" title="class in org.uncommons.watchmaker.framework.operators"><span class="typeNameLink">ListOrderCrossover</span></a>&lt;<a href="org/uncommons/watchmaker/framework/operators/ListOrderCrossover.html" title="type parameter in ListOrderCrossover">T</a>&gt; - Class in <a href="org/uncommons/watchmaker/framework/operators/package-summary.html">org.uncommons.watchmaker.framework.operators</a></dt>
<dd>
<div class="block">Implements ordered cross-over between arbitrary lists.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/operators/ListOrderCrossover.html#ListOrderCrossover--">ListOrderCrossover()</a></span> - Constructor for class org.uncommons.watchmaker.framework.operators.<a href="org/uncommons/watchmaker/framework/operators/ListOrderCrossover.html" title="class in org.uncommons.watchmaker.framework.operators">ListOrderCrossover</a></dt>
<dd>
<div class="block">Creates a cross-over operator with a cross-over probability of 1.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/operators/ListOrderCrossover.html#ListOrderCrossover-org.uncommons.maths.random.Probability-">ListOrderCrossover(Probability)</a></span> - Constructor for class org.uncommons.watchmaker.framework.operators.<a href="org/uncommons/watchmaker/framework/operators/ListOrderCrossover.html" title="class in org.uncommons.watchmaker.framework.operators">ListOrderCrossover</a></dt>
<dd>
<div class="block">Creates a cross-over operator with the specified cross-over probability.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/operators/ListOrderCrossover.html#ListOrderCrossover-org.uncommons.maths.number.NumberGenerator-">ListOrderCrossover(NumberGenerator&lt;Probability&gt;)</a></span> - Constructor for class org.uncommons.watchmaker.framework.operators.<a href="org/uncommons/watchmaker/framework/operators/ListOrderCrossover.html" title="class in org.uncommons.watchmaker.framework.operators">ListOrderCrossover</a></dt>
<dd>
<div class="block">Creates a cross-over operator where cross-over may or may not be applied to a
 given pair of parents depending on the <code>crossoverProbability</code>.</div>
</dd>
<dt><a href="org/uncommons/watchmaker/framework/operators/ListOrderMutation.html" title="class in org.uncommons.watchmaker.framework.operators"><span class="typeNameLink">ListOrderMutation</span></a>&lt;<a href="org/uncommons/watchmaker/framework/operators/ListOrderMutation.html" title="type parameter in ListOrderMutation">T</a>&gt; - Class in <a href="org/uncommons/watchmaker/framework/operators/package-summary.html">org.uncommons.watchmaker.framework.operators</a></dt>
<dd>
<div class="block">A special mutation implementation that instead of changing the
 genes of the candidate, re-orders them.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/operators/ListOrderMutation.html#ListOrderMutation--">ListOrderMutation()</a></span> - Constructor for class org.uncommons.watchmaker.framework.operators.<a href="org/uncommons/watchmaker/framework/operators/ListOrderMutation.html" title="class in org.uncommons.watchmaker.framework.operators">ListOrderMutation</a></dt>
<dd>
<div class="block">Default is one mutation per candidate.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/operators/ListOrderMutation.html#ListOrderMutation-int-int-">ListOrderMutation(int, int)</a></span> - Constructor for class org.uncommons.watchmaker.framework.operators.<a href="org/uncommons/watchmaker/framework/operators/ListOrderMutation.html" title="class in org.uncommons.watchmaker.framework.operators">ListOrderMutation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/operators/ListOrderMutation.html#ListOrderMutation-org.uncommons.maths.number.NumberGenerator-org.uncommons.maths.number.NumberGenerator-">ListOrderMutation(NumberGenerator&lt;Integer&gt;, NumberGenerator&lt;Integer&gt;)</a></span> - Constructor for class org.uncommons.watchmaker.framework.operators.<a href="org/uncommons/watchmaker/framework/operators/ListOrderMutation.html" title="class in org.uncommons.watchmaker.framework.operators">ListOrderMutation</a></dt>
<dd>
<div class="block">Typically the mutation count will be from a Poisson distribution.</div>
</dd>
<dt><a href="org/uncommons/watchmaker/framework/factories/ListPermutationFactory.html" title="class in org.uncommons.watchmaker.framework.factories"><span class="typeNameLink">ListPermutationFactory</span></a>&lt;<a href="org/uncommons/watchmaker/framework/factories/ListPermutationFactory.html" title="type parameter in ListPermutationFactory">T</a>&gt; - Class in <a href="org/uncommons/watchmaker/framework/factories/package-summary.html">org.uncommons.watchmaker.framework.factories</a></dt>
<dd>
<div class="block">Generates random candidates from a set of elements.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/factories/ListPermutationFactory.html#ListPermutationFactory-java.util.List-">ListPermutationFactory(List&lt;T&gt;)</a></span> - Constructor for class org.uncommons.watchmaker.framework.factories.<a href="org/uncommons/watchmaker/framework/factories/ListPermutationFactory.html" title="class in org.uncommons.watchmaker.framework.factories">ListPermutationFactory</a></dt>
<dd>
<div class="block">Creates a factory that creates lists that contain each of the specified
 elements exactly once.</div>
</dd>
<dt><a href="org/uncommons/util/id/LongSequenceIDSource.html" title="class in org.uncommons.util.id"><span class="typeNameLink">LongSequenceIDSource</span></a> - Class in <a href="org/uncommons/util/id/package-summary.html">org.uncommons.util.id</a></dt>
<dd>
<div class="block">Thread-safe source for unique IDs.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/util/id/LongSequenceIDSource.html#LongSequenceIDSource-long-">LongSequenceIDSource(long)</a></span> - Constructor for class org.uncommons.util.id.<a href="org/uncommons/util/id/LongSequenceIDSource.html" title="class in org.uncommons.util.id">LongSequenceIDSource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/util/id/LongSequenceIDSource.html#LongSequenceIDSource--">LongSequenceIDSource()</a></span> - Constructor for class org.uncommons.util.id.<a href="org/uncommons/util/id/LongSequenceIDSource.html" title="class in org.uncommons.util.id">LongSequenceIDSource</a></dt>
<dd>
<div class="block">Creates a sequence that starts at zero.</div>
</dd>
</dl>
<a name="I:M">
<!--   -->
</a>
<h2 class="title">M</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/FitnessEvaluationWorker.html#main-java.lang.String:A-">main(String[])</a></span> - Static method in class org.uncommons.watchmaker.framework.<a href="org/uncommons/watchmaker/framework/FitnessEvaluationWorker.html" title="class in org.uncommons.watchmaker.framework">FitnessEvaluationWorker</a></dt>
<dd>
<div class="block">Entry-point for running this class standalone, as an additional node for fitness evaluations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/swing/SpringUtilities.html#makeCompactGrid-java.awt.Container-int-int-int-int-int-int-">makeCompactGrid(Container, int, int, int, int, int, int)</a></span> - Static method in class org.uncommons.swing.<a href="org/uncommons/swing/SpringUtilities.html" title="class in org.uncommons.swing">SpringUtilities</a></dt>
<dd>
<div class="block">Aligns the first <code>rows</code> * <code>cols</code> components of <code>parent</code>
 in a grid.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/selection/RankSelection.html#mapRankToScore-int-int-">mapRankToScore(int, int)</a></span> - Method in class org.uncommons.watchmaker.framework.selection.<a href="org/uncommons/watchmaker/framework/selection/RankSelection.html" title="class in org.uncommons.watchmaker.framework.selection">RankSelection</a></dt>
<dd>
<div class="block">Maps a population index to a relative pseudo-fitness score that can be used for
 fitness-proportionate selection.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/operators/AbstractCrossover.html#mate-T-T-int-java.util.Random-">mate(T, T, int, Random)</a></span> - Method in class org.uncommons.watchmaker.framework.operators.<a href="org/uncommons/watchmaker/framework/operators/AbstractCrossover.html" title="class in org.uncommons.watchmaker.framework.operators">AbstractCrossover</a></dt>
<dd>
<div class="block">Perform cross-over on a pair of parents to generate a pair of offspring.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/operators/BitStringCrossover.html#mate-org.uncommons.maths.binary.BitString-org.uncommons.maths.binary.BitString-int-java.util.Random-">mate(BitString, BitString, int, Random)</a></span> - Method in class org.uncommons.watchmaker.framework.operators.<a href="org/uncommons/watchmaker/framework/operators/BitStringCrossover.html" title="class in org.uncommons.watchmaker.framework.operators">BitStringCrossover</a></dt>
<dd>
<div class="block">Perform cross-over on a pair of parents to generate a pair of offspring.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/operators/ByteArrayCrossover.html#mate-byte:A-byte:A-int-java.util.Random-">mate(byte[], byte[], int, Random)</a></span> - Method in class org.uncommons.watchmaker.framework.operators.<a href="org/uncommons/watchmaker/framework/operators/ByteArrayCrossover.html" title="class in org.uncommons.watchmaker.framework.operators">ByteArrayCrossover</a></dt>
<dd>
<div class="block">Perform cross-over on a pair of parents to generate a pair of offspring.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/operators/CharArrayCrossover.html#mate-char:A-char:A-int-java.util.Random-">mate(char[], char[], int, Random)</a></span> - Method in class org.uncommons.watchmaker.framework.operators.<a href="org/uncommons/watchmaker/framework/operators/CharArrayCrossover.html" title="class in org.uncommons.watchmaker.framework.operators">CharArrayCrossover</a></dt>
<dd>
<div class="block">Perform cross-over on a pair of parents to generate a pair of offspring.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/operators/DoubleArrayCrossover.html#mate-double:A-double:A-int-java.util.Random-">mate(double[], double[], int, Random)</a></span> - Method in class org.uncommons.watchmaker.framework.operators.<a href="org/uncommons/watchmaker/framework/operators/DoubleArrayCrossover.html" title="class in org.uncommons.watchmaker.framework.operators">DoubleArrayCrossover</a></dt>
<dd>
<div class="block">Perform cross-over on a pair of parents to generate a pair of offspring.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/operators/IntArrayCrossover.html#mate-int:A-int:A-int-java.util.Random-">mate(int[], int[], int, Random)</a></span> - Method in class org.uncommons.watchmaker.framework.operators.<a href="org/uncommons/watchmaker/framework/operators/IntArrayCrossover.html" title="class in org.uncommons.watchmaker.framework.operators">IntArrayCrossover</a></dt>
<dd>
<div class="block">Perform cross-over on a pair of parents to generate a pair of offspring.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/operators/ListCrossover.html#mate-java.util.List-java.util.List-int-java.util.Random-">mate(List&lt;T&gt;, List&lt;T&gt;, int, Random)</a></span> - Method in class org.uncommons.watchmaker.framework.operators.<a href="org/uncommons/watchmaker/framework/operators/ListCrossover.html" title="class in org.uncommons.watchmaker.framework.operators">ListCrossover</a></dt>
<dd>
<div class="block">Perform cross-over on a pair of parents to generate a pair of offspring.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/operators/ListOrderCrossover.html#mate-java.util.List-java.util.List-int-java.util.Random-">mate(List&lt;T&gt;, List&lt;T&gt;, int, Random)</a></span> - Method in class org.uncommons.watchmaker.framework.operators.<a href="org/uncommons/watchmaker/framework/operators/ListOrderCrossover.html" title="class in org.uncommons.watchmaker.framework.operators">ListOrderCrossover</a></dt>
<dd>
<div class="block">Perform cross-over on a pair of parents to generate a pair of offspring.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/operators/ObjectArrayCrossover.html#mate-T:A-T:A-int-java.util.Random-">mate(T[], T[], int, Random)</a></span> - Method in class org.uncommons.watchmaker.framework.operators.<a href="org/uncommons/watchmaker/framework/operators/ObjectArrayCrossover.html" title="class in org.uncommons.watchmaker.framework.operators">ObjectArrayCrossover</a></dt>
<dd>
<div class="block">Perform cross-over on a pair of parents to generate a pair of offspring.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/operators/StringCrossover.html#mate-java.lang.String-java.lang.String-int-java.util.Random-">mate(String, String, int, Random)</a></span> - Method in class org.uncommons.watchmaker.framework.operators.<a href="org/uncommons/watchmaker/framework/operators/StringCrossover.html" title="class in org.uncommons.watchmaker.framework.operators">StringCrossover</a></dt>
<dd>
<div class="block">Perform cross-over on a pair of parents to generate a pair of offspring.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/islands/Migration.html#migrate-java.util.List-int-java.util.Random-">migrate(List&lt;List&lt;EvaluatedCandidate&lt;T&gt;&gt;&gt;, int, Random)</a></span> - Method in interface org.uncommons.watchmaker.framework.islands.<a href="org/uncommons/watchmaker/framework/islands/Migration.html" title="interface in org.uncommons.watchmaker.framework.islands">Migration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/islands/RingMigration.html#migrate-java.util.List-int-java.util.Random-">migrate(List&lt;List&lt;EvaluatedCandidate&lt;T&gt;&gt;&gt;, int, Random)</a></span> - Method in class org.uncommons.watchmaker.framework.islands.<a href="org/uncommons/watchmaker/framework/islands/RingMigration.html" title="class in org.uncommons.watchmaker.framework.islands">RingMigration</a></dt>
<dd>
<div class="block">Migrates a fixed number of individuals from each island to the adjacent island.</div>
</dd>
<dt><a href="org/uncommons/watchmaker/framework/islands/Migration.html" title="interface in org.uncommons.watchmaker.framework.islands"><span class="typeNameLink">Migration</span></a> - Interface in <a href="org/uncommons/watchmaker/framework/islands/package-summary.html">org.uncommons.watchmaker.framework.islands</a></dt>
<dd>
<div class="block">Strategy interface for different ways of migrating individuals between islands
 in <a href="org/uncommons/watchmaker/framework/islands/IslandEvolution.html" title="class in org.uncommons.watchmaker.framework.islands"><code>IslandEvolution</code></a>.</div>
</dd>
</dl>
<a name="I:N">
<!--   -->
</a>
<h2 class="title">N</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/uncommons/util/concurrent/ConfigurableThreadFactory.html#newThread-java.lang.Runnable-">newThread(Runnable)</a></span> - Method in class org.uncommons.util.concurrent.<a href="org/uncommons/util/concurrent/ConfigurableThreadFactory.html" title="class in org.uncommons.util.concurrent">ConfigurableThreadFactory</a></dt>
<dd>
<div class="block">Creates a new thread configured according to this factory's parameters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/AbstractEvolutionEngine.html#nextEvolutionStep-java.util.List-int-java.util.Random-">nextEvolutionStep(List&lt;EvaluatedCandidate&lt;T&gt;&gt;, int, Random)</a></span> - Method in class org.uncommons.watchmaker.framework.<a href="org/uncommons/watchmaker/framework/AbstractEvolutionEngine.html" title="class in org.uncommons.watchmaker.framework">AbstractEvolutionEngine</a></dt>
<dd>
<div class="block">This method performs a single step/iteration of the evolutionary process.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/EvolutionStrategyEngine.html#nextEvolutionStep-java.util.List-int-java.util.Random-">nextEvolutionStep(List&lt;EvaluatedCandidate&lt;T&gt;&gt;, int, Random)</a></span> - Method in class org.uncommons.watchmaker.framework.<a href="org/uncommons/watchmaker/framework/EvolutionStrategyEngine.html" title="class in org.uncommons.watchmaker.framework">EvolutionStrategyEngine</a></dt>
<dd>
<div class="block">This method performs a single step/iteration of the evolutionary process.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/GenerationalEvolutionEngine.html#nextEvolutionStep-java.util.List-int-java.util.Random-">nextEvolutionStep(List&lt;EvaluatedCandidate&lt;T&gt;&gt;, int, Random)</a></span> - Method in class org.uncommons.watchmaker.framework.<a href="org/uncommons/watchmaker/framework/GenerationalEvolutionEngine.html" title="class in org.uncommons.watchmaker.framework">GenerationalEvolutionEngine</a></dt>
<dd>
<div class="block">This method performs a single step/iteration of the evolutionary process.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/SteadyStateEvolutionEngine.html#nextEvolutionStep-java.util.List-int-java.util.Random-">nextEvolutionStep(List&lt;EvaluatedCandidate&lt;T&gt;&gt;, int, Random)</a></span> - Method in class org.uncommons.watchmaker.framework.<a href="org/uncommons/watchmaker/framework/SteadyStateEvolutionEngine.html" title="class in org.uncommons.watchmaker.framework">SteadyStateEvolutionEngine</a></dt>
<dd>
<div class="block">This method performs a single step/iteration of the evolutionary process.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/util/id/CompositeIDSource.html#nextID--">nextID()</a></span> - Method in class org.uncommons.util.id.<a href="org/uncommons/util/id/CompositeIDSource.html" title="class in org.uncommons.util.id">CompositeIDSource</a></dt>
<dd>
<div class="block">Implementing classes are responsible for synchronization if concurrent invocations
 of this method are required.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/util/id/IDSource.html#nextID--">nextID()</a></span> - Method in interface org.uncommons.util.id.<a href="org/uncommons/util/id/IDSource.html" title="interface in org.uncommons.util.id">IDSource</a></dt>
<dd>
<div class="block">Implementing classes are responsible for synchronization if concurrent invocations
 of this method are required.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/util/id/IntSequenceIDSource.html#nextID--">nextID()</a></span> - Method in class org.uncommons.util.id.<a href="org/uncommons/util/id/IntSequenceIDSource.html" title="class in org.uncommons.util.id">IntSequenceIDSource</a></dt>
<dd>
<div class="block">Implementing classes are responsible for synchronization if concurrent invocations
 of this method are required.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/util/id/LongSequenceIDSource.html#nextID--">nextID()</a></span> - Method in class org.uncommons.util.id.<a href="org/uncommons/util/id/LongSequenceIDSource.html" title="class in org.uncommons.util.id">LongSequenceIDSource</a></dt>
<dd>
<div class="block">Implementing classes are responsible for synchronization if concurrent invocations
 of this method are required.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/util/id/StringPrefixIDSource.html#nextID--">nextID()</a></span> - Method in class org.uncommons.util.id.<a href="org/uncommons/util/id/StringPrefixIDSource.html" title="class in org.uncommons.util.id">StringPrefixIDSource</a></dt>
<dd>
<div class="block">Implementing classes are responsible for synchronization if concurrent invocations
 of this method are required.</div>
</dd>
<dt><a href="org/uncommons/watchmaker/swing/NumericParameterControl.html" title="class in org.uncommons.watchmaker.swing"><span class="typeNameLink">NumericParameterControl</span></a>&lt;<a href="org/uncommons/watchmaker/swing/NumericParameterControl.html" title="type parameter in NumericParameterControl">T</a> extends <a href="file:///usr/share/doc/default-jdk-doc/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a> &amp; <a href="file:///usr/share/doc/default-jdk-doc/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</a>&lt;<a href="org/uncommons/watchmaker/swing/NumericParameterControl.html" title="type parameter in NumericParameterControl">T</a>&gt;&gt; - Class in <a href="org/uncommons/watchmaker/swing/package-summary.html">org.uncommons.watchmaker.swing</a></dt>
<dd>
<div class="block">A GUI control that allows the user to set/update the value of a
 numeric parameter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/swing/NumericParameterControl.html#NumericParameterControl-T-T-T-T-">NumericParameterControl(T, T, T, T)</a></span> - Constructor for class org.uncommons.watchmaker.swing.<a href="org/uncommons/watchmaker/swing/NumericParameterControl.html" title="class in org.uncommons.watchmaker.swing">NumericParameterControl</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:O">
<!--   -->
</a>
<h2 class="title">O</h2>
<dl>
<dt><a href="org/uncommons/watchmaker/framework/operators/ObjectArrayCrossover.html" title="class in org.uncommons.watchmaker.framework.operators"><span class="typeNameLink">ObjectArrayCrossover</span></a>&lt;<a href="org/uncommons/watchmaker/framework/operators/ObjectArrayCrossover.html" title="type parameter in ObjectArrayCrossover">T</a>&gt; - Class in <a href="org/uncommons/watchmaker/framework/operators/package-summary.html">org.uncommons.watchmaker.framework.operators</a></dt>
<dd>
<div class="block">Cross-over with a configurable number of points (fixed or random) for
 arrays of reference types.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/operators/ObjectArrayCrossover.html#ObjectArrayCrossover--">ObjectArrayCrossover()</a></span> - Constructor for class org.uncommons.watchmaker.framework.operators.<a href="org/uncommons/watchmaker/framework/operators/ObjectArrayCrossover.html" title="class in org.uncommons.watchmaker.framework.operators">ObjectArrayCrossover</a></dt>
<dd>
<div class="block">Default is single-point cross-over, applied to all parents.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/operators/ObjectArrayCrossover.html#ObjectArrayCrossover-int-">ObjectArrayCrossover(int)</a></span> - Constructor for class org.uncommons.watchmaker.framework.operators.<a href="org/uncommons/watchmaker/framework/operators/ObjectArrayCrossover.html" title="class in org.uncommons.watchmaker.framework.operators">ObjectArrayCrossover</a></dt>
<dd>
<div class="block">Cross-over with a fixed number of cross-over points.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/operators/ObjectArrayCrossover.html#ObjectArrayCrossover-int-org.uncommons.maths.random.Probability-">ObjectArrayCrossover(int, Probability)</a></span> - Constructor for class org.uncommons.watchmaker.framework.operators.<a href="org/uncommons/watchmaker/framework/operators/ObjectArrayCrossover.html" title="class in org.uncommons.watchmaker.framework.operators">ObjectArrayCrossover</a></dt>
<dd>
<div class="block">Cross-over with a fixed number of cross-over points.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/operators/ObjectArrayCrossover.html#ObjectArrayCrossover-org.uncommons.maths.number.NumberGenerator-">ObjectArrayCrossover(NumberGenerator&lt;Integer&gt;)</a></span> - Constructor for class org.uncommons.watchmaker.framework.operators.<a href="org/uncommons/watchmaker/framework/operators/ObjectArrayCrossover.html" title="class in org.uncommons.watchmaker.framework.operators">ObjectArrayCrossover</a></dt>
<dd>
<div class="block">Cross-over with a variable number of cross-over points.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/operators/ObjectArrayCrossover.html#ObjectArrayCrossover-org.uncommons.maths.number.NumberGenerator-org.uncommons.maths.number.NumberGenerator-">ObjectArrayCrossover(NumberGenerator&lt;Integer&gt;, NumberGenerator&lt;Probability&gt;)</a></span> - Constructor for class org.uncommons.watchmaker.framework.operators.<a href="org/uncommons/watchmaker/framework/operators/ObjectArrayCrossover.html" title="class in org.uncommons.watchmaker.framework.operators">ObjectArrayCrossover</a></dt>
<dd>
<div class="block">Sets up a cross-over implementation that uses a variable number of cross-over
 points.</div>
</dd>
<dt><a href="org/uncommons/watchmaker/framework/factories/ObjectArrayPermutationFactory.html" title="class in org.uncommons.watchmaker.framework.factories"><span class="typeNameLink">ObjectArrayPermutationFactory</span></a>&lt;<a href="org/uncommons/watchmaker/framework/factories/ObjectArrayPermutationFactory.html" title="type parameter in ObjectArrayPermutationFactory">T</a>&gt; - Class in <a href="org/uncommons/watchmaker/framework/factories/package-summary.html">org.uncommons.watchmaker.framework.factories</a></dt>
<dd>
<div class="block">Generates random candidates from a set of elements.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/factories/ObjectArrayPermutationFactory.html#ObjectArrayPermutationFactory-T:A-">ObjectArrayPermutationFactory(T[])</a></span> - Constructor for class org.uncommons.watchmaker.framework.factories.<a href="org/uncommons/watchmaker/framework/factories/ObjectArrayPermutationFactory.html" title="class in org.uncommons.watchmaker.framework.factories">ObjectArrayPermutationFactory</a></dt>
<dd>
<div class="block">Creates a factory that creates arrays that contain each of the specified
 elements exactly once.</div>
</dd>
<dt><a href="org/uncommons/watchmaker/swing/ObjectSwingRenderer.html" title="class in org.uncommons.watchmaker.swing"><span class="typeNameLink">ObjectSwingRenderer</span></a> - Class in <a href="org/uncommons/watchmaker/swing/package-summary.html">org.uncommons.watchmaker.swing</a></dt>
<dd>
<div class="block">A default <a href="org/uncommons/watchmaker/framework/interactive/Renderer.html" title="interface in org.uncommons.watchmaker.framework.interactive"><code>Renderer</code></a> implementation that can display any object
 as a Swing component.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/swing/ObjectSwingRenderer.html#ObjectSwingRenderer--">ObjectSwingRenderer()</a></span> - Constructor for class org.uncommons.watchmaker.swing.<a href="org/uncommons/watchmaker/swing/ObjectSwingRenderer.html" title="class in org.uncommons.watchmaker.swing">ObjectSwingRenderer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/swing/SwingBackgroundTask.html#onError-java.lang.Throwable-">onError(Throwable)</a></span> - Method in class org.uncommons.swing.<a href="org/uncommons/swing/SwingBackgroundTask.html" title="class in org.uncommons.swing">SwingBackgroundTask</a></dt>
<dd>
<div class="block">This method is invoked, on the Event Dispatch Thread, if there is an
 exception or error executing the <a href="org/uncommons/swing/SwingBackgroundTask.html#performTask--"><code>SwingBackgroundTask.performTask()</code></a> method.</div>
</dd>
<dt><a href="org/uncommons/swing/package-summary.html">org.uncommons.swing</a> - package org.uncommons.swing</dt>
<dd>
<div class="block">Utility classes and generic components for building Swing graphical
 user interfaces.</div>
</dd>
<dt><a href="org/uncommons/util/concurrent/package-summary.html">org.uncommons.util.concurrent</a> - package org.uncommons.util.concurrent</dt>
<dd>
<div class="block">Concurrency utility classes.</div>
</dd>
<dt><a href="org/uncommons/util/id/package-summary.html">org.uncommons.util.id</a> - package org.uncommons.util.id</dt>
<dd>
<div class="block">Strategies for providing unique identifiers of different types.</div>
</dd>
<dt><a href="org/uncommons/util/reflection/package-summary.html">org.uncommons.util.reflection</a> - package org.uncommons.util.reflection</dt>
<dd>
<div class="block">Utilities for simplifying code that uses reflection.</div>
</dd>
<dt><a href="org/uncommons/watchmaker/framework/package-summary.html">org.uncommons.watchmaker.framework</a> - package org.uncommons.watchmaker.framework</dt>
<dd>
<div class="block">This package provides a framework for evolutionary computation.</div>
</dd>
<dt><a href="org/uncommons/watchmaker/framework/factories/package-summary.html">org.uncommons.watchmaker.framework.factories</a> - package org.uncommons.watchmaker.framework.factories</dt>
<dd>
<div class="block">Provides convenient general-purpose <a href="org/uncommons/watchmaker/framework/CandidateFactory.html" title="interface in org.uncommons.watchmaker.framework"><code>CandidateFactory</code></a>
 implementations for common candidate representations such as strings, lists and arrays.</div>
</dd>
<dt><a href="org/uncommons/watchmaker/framework/interactive/package-summary.html">org.uncommons.watchmaker.framework.interactive</a> - package org.uncommons.watchmaker.framework.interactive</dt>
<dd>
<div class="block">Classes for implementing interactive evolutionary algorithms.</div>
</dd>
<dt><a href="org/uncommons/watchmaker/framework/islands/package-summary.html">org.uncommons.watchmaker.framework.islands</a> - package org.uncommons.watchmaker.framework.islands</dt>
<dd>
<div class="block">An implementation of island model evolution.</div>
</dd>
<dt><a href="org/uncommons/watchmaker/framework/operators/package-summary.html">org.uncommons.watchmaker.framework.operators</a> - package org.uncommons.watchmaker.framework.operators</dt>
<dd>
<div class="block">Provides several ready-to-use standard evolutionary operators for commonly
 used data types such as arrays, lists and strings.</div>
</dd>
<dt><a href="org/uncommons/watchmaker/framework/selection/package-summary.html">org.uncommons.watchmaker.framework.selection</a> - package org.uncommons.watchmaker.framework.selection</dt>
<dd>
<div class="block">Various selection strategies for use with evolutionary algorithms.</div>
</dd>
<dt><a href="org/uncommons/watchmaker/framework/termination/package-summary.html">org.uncommons.watchmaker.framework.termination</a> - package org.uncommons.watchmaker.framework.termination</dt>
<dd>
<div class="block">Configurable conditions for terminating evolutionary algorithms.</div>
</dd>
<dt><a href="org/uncommons/watchmaker/swing/package-summary.html">org.uncommons.watchmaker.swing</a> - package org.uncommons.watchmaker.swing</dt>
<dd>
<div class="block">This package provides a number of classes to simplify the development of
 Swing GUIs for evolutionary programs.</div>
</dd>
<dt><a href="org/uncommons/watchmaker/swing/evolutionmonitor/package-summary.html">org.uncommons.watchmaker.swing.evolutionmonitor</a> - package org.uncommons.watchmaker.swing.evolutionmonitor</dt>
<dd>
<div class="block">This package provides an experimental evolution monitor Swing component.</div>
</dd>
</dl>
<a name="I:P">
<!--   -->
</a>
<h2 class="title">P</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/uncommons/swing/ConfigurableLineBorder.html#paintBorder-java.awt.Component-java.awt.Graphics-int-int-int-int-">paintBorder(Component, Graphics, int, int, int, int)</a></span> - Method in class org.uncommons.swing.<a href="org/uncommons/swing/ConfigurableLineBorder.html" title="class in org.uncommons.swing">ConfigurableLineBorder</a></dt>
<dd>
<div class="block">Renders borders for the specified component based on the configuration
 of this border object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/swing/SwingBackgroundTask.html#performTask--">performTask()</a></span> - Method in class org.uncommons.swing.<a href="org/uncommons/swing/SwingBackgroundTask.html" title="class in org.uncommons.swing">SwingBackgroundTask</a></dt>
<dd>
<div class="block">Performs the processing of the task and returns a result.</div>
</dd>
<dt><a href="org/uncommons/watchmaker/framework/PopulationData.html" title="class in org.uncommons.watchmaker.framework"><span class="typeNameLink">PopulationData</span></a>&lt;<a href="org/uncommons/watchmaker/framework/PopulationData.html" title="type parameter in PopulationData">T</a>&gt; - Class in <a href="org/uncommons/watchmaker/framework/package-summary.html">org.uncommons.watchmaker.framework</a></dt>
<dd>
<div class="block">Immutable data object containing statistics about the state of
 an evolved population and a reference to the fittest candidate
 solution in the population.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/PopulationData.html#PopulationData-T-double-double-double-boolean-int-int-int-long-">PopulationData(T, double, double, double, boolean, int, int, int, long)</a></span> - Constructor for class org.uncommons.watchmaker.framework.<a href="org/uncommons/watchmaker/framework/PopulationData.html" title="class in org.uncommons.watchmaker.framework">PopulationData</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/EvolutionObserver.html#populationUpdate-org.uncommons.watchmaker.framework.PopulationData-">populationUpdate(PopulationData&lt;? extends T&gt;)</a></span> - Method in interface org.uncommons.watchmaker.framework.<a href="org/uncommons/watchmaker/framework/EvolutionObserver.html" title="interface in org.uncommons.watchmaker.framework">EvolutionObserver</a></dt>
<dd>
<div class="block">Invoked when the state of the population has changed (typically
 at the end of a generation).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/swing/evolutionmonitor/EvolutionMonitor.html#populationUpdate-org.uncommons.watchmaker.framework.PopulationData-">populationUpdate(PopulationData&lt;? extends T&gt;)</a></span> - Method in class org.uncommons.watchmaker.swing.evolutionmonitor.<a href="org/uncommons/watchmaker/swing/evolutionmonitor/EvolutionMonitor.html" title="class in org.uncommons.watchmaker.swing.evolutionmonitor">EvolutionMonitor</a></dt>
<dd>
<div class="block">Invoked when the state of the population has changed (typically
 at the end of a generation).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/swing/evolutionmonitor/StatusBar.html#populationUpdate-org.uncommons.watchmaker.framework.PopulationData-">populationUpdate(PopulationData&lt;?&gt;)</a></span> - Method in class org.uncommons.watchmaker.swing.evolutionmonitor.<a href="org/uncommons/watchmaker/swing/evolutionmonitor/StatusBar.html" title="class in org.uncommons.watchmaker.swing.evolutionmonitor">StatusBar</a></dt>
<dd>
<div class="block">Invoked when the state of the population has changed (typically
 at the end of a generation).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/swing/SwingBackgroundTask.html#postProcessing-V-">postProcessing(V)</a></span> - Method in class org.uncommons.swing.<a href="org/uncommons/swing/SwingBackgroundTask.html" title="class in org.uncommons.swing">SwingBackgroundTask</a></dt>
<dd>
<div class="block">This method is invoked, on the Event Dispatch Thread, after the task
 has been executed.</div>
</dd>
<dt><a href="org/uncommons/watchmaker/swing/ProbabilityParameterControl.html" title="class in org.uncommons.watchmaker.swing"><span class="typeNameLink">ProbabilityParameterControl</span></a> - Class in <a href="org/uncommons/watchmaker/swing/package-summary.html">org.uncommons.watchmaker.swing</a></dt>
<dd>
<div class="block">A GUI control that allows the user to set/update the value of a
 <a href="file:///usr/share/doc/libuncommons-maths-java/api/org/uncommons/maths/random/Probability.html?is-external=true" title="class or interface in org.uncommons.maths.random"><code>Probability</code></a> parameter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/swing/ProbabilityParameterControl.html#ProbabilityParameterControl-org.uncommons.maths.random.Probability-">ProbabilityParameterControl(Probability)</a></span> - Constructor for class org.uncommons.watchmaker.swing.<a href="org/uncommons/watchmaker/swing/ProbabilityParameterControl.html" title="class in org.uncommons.watchmaker.swing">ProbabilityParameterControl</a></dt>
<dd>
<div class="block">Creates a control with a default range of 0..1 and a default granularity
 of 2 decimal places.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/swing/ProbabilityParameterControl.html#ProbabilityParameterControl-org.uncommons.maths.random.Probability-org.uncommons.maths.random.Probability-int-org.uncommons.maths.random.Probability-">ProbabilityParameterControl(Probability, Probability, int, Probability)</a></span> - Constructor for class org.uncommons.watchmaker.swing.<a href="org/uncommons/watchmaker/swing/ProbabilityParameterControl.html" title="class in org.uncommons.watchmaker.swing">ProbabilityParameterControl</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:R">
<!--   -->
</a>
<h2 class="title">R</h2>
<dl>
<dt><a href="org/uncommons/watchmaker/framework/selection/RankSelection.html" title="class in org.uncommons.watchmaker.framework.selection"><span class="typeNameLink">RankSelection</span></a> - Class in <a href="org/uncommons/watchmaker/framework/selection/package-summary.html">org.uncommons.watchmaker.framework.selection</a></dt>
<dd>
<div class="block">A selection strategy that is similar to fitness-proportionate selection
 except that is uses relative fitness rather than absolute fitness in order to
 determine the probability of selection for a given individual (i.e.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/selection/RankSelection.html#RankSelection--">RankSelection()</a></span> - Constructor for class org.uncommons.watchmaker.framework.selection.<a href="org/uncommons/watchmaker/framework/selection/RankSelection.html" title="class in org.uncommons.watchmaker.framework.selection">RankSelection</a></dt>
<dd>
<div class="block">Creates a default rank-based selector with a linear
 mapping function and selection frequencies that correspond
 to expected values.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/selection/RankSelection.html#RankSelection-org.uncommons.watchmaker.framework.SelectionStrategy-">RankSelection(SelectionStrategy&lt;Object&gt;)</a></span> - Constructor for class org.uncommons.watchmaker.framework.selection.<a href="org/uncommons/watchmaker/framework/selection/RankSelection.html" title="class in org.uncommons.watchmaker.framework.selection">RankSelection</a></dt>
<dd>
<div class="block">Creates a rank-based selector with a linear mapping function and
 configurable delegate for performing the proportionate selection.</div>
</dd>
<dt><a href="org/uncommons/util/reflection/ReflectionUtils.html" title="class in org.uncommons.util.reflection"><span class="typeNameLink">ReflectionUtils</span></a> - Class in <a href="org/uncommons/util/reflection/package-summary.html">org.uncommons.util.reflection</a></dt>
<dd>
<div class="block">Helper methods to simplify code that uses reflection.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/AbstractEvolutionEngine.html#removeEvolutionObserver-org.uncommons.watchmaker.framework.EvolutionObserver-">removeEvolutionObserver(EvolutionObserver&lt;? super T&gt;)</a></span> - Method in class org.uncommons.watchmaker.framework.<a href="org/uncommons/watchmaker/framework/AbstractEvolutionEngine.html" title="class in org.uncommons.watchmaker.framework">AbstractEvolutionEngine</a></dt>
<dd>
<div class="block">Removes an evolution progress listener.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/EvolutionEngine.html#removeEvolutionObserver-org.uncommons.watchmaker.framework.EvolutionObserver-">removeEvolutionObserver(EvolutionObserver&lt;? super T&gt;)</a></span> - Method in interface org.uncommons.watchmaker.framework.<a href="org/uncommons/watchmaker/framework/EvolutionEngine.html" title="interface in org.uncommons.watchmaker.framework">EvolutionEngine</a></dt>
<dd>
<div class="block">Removes an evolution progress listener.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/islands/IslandEvolution.html#removeEvolutionObserver-org.uncommons.watchmaker.framework.islands.IslandEvolutionObserver-">removeEvolutionObserver(IslandEvolutionObserver&lt;? super T&gt;)</a></span> - Method in class org.uncommons.watchmaker.framework.islands.<a href="org/uncommons/watchmaker/framework/islands/IslandEvolution.html" title="class in org.uncommons.watchmaker.framework.islands">IslandEvolution</a></dt>
<dd>
<div class="block">Remove the specified observer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/interactive/Renderer.html#render-T-">render(T)</a></span> - Method in interface org.uncommons.watchmaker.framework.interactive.<a href="org/uncommons/watchmaker/framework/interactive/Renderer.html" title="interface in org.uncommons.watchmaker.framework.interactive">Renderer</a></dt>
<dd>
<div class="block">Renders an object of one type as an instance of another.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/interactive/RendererAdapter.html#render-T-">render(T)</a></span> - Method in class org.uncommons.watchmaker.framework.interactive.<a href="org/uncommons/watchmaker/framework/interactive/RendererAdapter.html" title="class in org.uncommons.watchmaker.framework.interactive">RendererAdapter</a></dt>
<dd>
<div class="block">Renders an object of one type as an instance of another.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/swing/ObjectSwingRenderer.html#render-java.lang.Object-">render(Object)</a></span> - Method in class org.uncommons.watchmaker.swing.<a href="org/uncommons/watchmaker/swing/ObjectSwingRenderer.html" title="class in org.uncommons.watchmaker.swing">ObjectSwingRenderer</a></dt>
<dd>
<div class="block">Calls <a href="file:///usr/share/doc/default-jdk-doc/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang"><code>Object.toString()</code></a> on the specified entity and creates
 a <a href="file:///usr/share/doc/default-jdk-doc/api/javax/swing/JTextArea.html?is-external=true" title="class or interface in javax.swing"><code>JTextArea</code></a> containing that text.</div>
</dd>
<dt><a href="org/uncommons/watchmaker/framework/interactive/Renderer.html" title="interface in org.uncommons.watchmaker.framework.interactive"><span class="typeNameLink">Renderer</span></a>&lt;<a href="org/uncommons/watchmaker/framework/interactive/Renderer.html" title="type parameter in Renderer">T</a>,<a href="org/uncommons/watchmaker/framework/interactive/Renderer.html" title="type parameter in Renderer">S</a>&gt; - Interface in <a href="org/uncommons/watchmaker/framework/interactive/package-summary.html">org.uncommons.watchmaker.framework.interactive</a></dt>
<dd>
<div class="block">Maps objects of one type to objects of a different type.</div>
</dd>
<dt><a href="org/uncommons/watchmaker/framework/interactive/RendererAdapter.html" title="class in org.uncommons.watchmaker.framework.interactive"><span class="typeNameLink">RendererAdapter</span></a>&lt;<a href="org/uncommons/watchmaker/framework/interactive/RendererAdapter.html" title="type parameter in RendererAdapter">T</a>,<a href="org/uncommons/watchmaker/framework/interactive/RendererAdapter.html" title="type parameter in RendererAdapter">S</a>&gt; - Class in <a href="org/uncommons/watchmaker/framework/interactive/package-summary.html">org.uncommons.watchmaker.framework.interactive</a></dt>
<dd>
<div class="block">Adapter class for chaining together two renderers in series to provide
 flexibility.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/interactive/RendererAdapter.html#RendererAdapter-org.uncommons.watchmaker.framework.interactive.Renderer-org.uncommons.watchmaker.framework.interactive.Renderer-">RendererAdapter(Renderer&lt;T, ? extends R&gt;, Renderer&lt;R, S&gt;)</a></span> - Constructor for class org.uncommons.watchmaker.framework.interactive.<a href="org/uncommons/watchmaker/framework/interactive/RendererAdapter.html" title="class in org.uncommons.watchmaker.framework.interactive">RendererAdapter</a></dt>
<dd>
<div class="block">Creates an adapter that feeds the output of renderer1 into renderer2.</div>
</dd>
<dt><a href="org/uncommons/watchmaker/framework/operators/Replacement.html" title="class in org.uncommons.watchmaker.framework.operators"><span class="typeNameLink">Replacement</span></a>&lt;<a href="org/uncommons/watchmaker/framework/operators/Replacement.html" title="type parameter in Replacement">T</a>&gt; - Class in <a href="org/uncommons/watchmaker/framework/operators/package-summary.html">org.uncommons.watchmaker.framework.operators</a></dt>
<dd>
<div class="block">An evolutionary operator that replaces individuals with randomly-generated
 new individuals, according to some specified probability.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/operators/Replacement.html#Replacement-org.uncommons.watchmaker.framework.CandidateFactory-org.uncommons.maths.random.Probability-">Replacement(CandidateFactory&lt;T&gt;, Probability)</a></span> - Constructor for class org.uncommons.watchmaker.framework.operators.<a href="org/uncommons/watchmaker/framework/operators/Replacement.html" title="class in org.uncommons.watchmaker.framework.operators">Replacement</a></dt>
<dd>
<div class="block">Creates a replacement operator that replaces individuals according to
 the specified probability.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/operators/Replacement.html#Replacement-org.uncommons.watchmaker.framework.CandidateFactory-org.uncommons.maths.number.NumberGenerator-">Replacement(CandidateFactory&lt;T&gt;, NumberGenerator&lt;Probability&gt;)</a></span> - Constructor for class org.uncommons.watchmaker.framework.operators.<a href="org/uncommons/watchmaker/framework/operators/Replacement.html" title="class in org.uncommons.watchmaker.framework.operators">Replacement</a></dt>
<dd>
<div class="block">Creates a replacement operator that replaces individuals according to
 a variable probability.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/termination/UserAbort.html#reset--">reset()</a></span> - Method in class org.uncommons.watchmaker.framework.termination.<a href="org/uncommons/watchmaker/framework/termination/UserAbort.html" title="class in org.uncommons.watchmaker.framework.termination">UserAbort</a></dt>
<dd>
<div class="block">Resets the abort condition to false so that it may be reused.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/swing/AbortControl.html#reset--">reset()</a></span> - Method in class org.uncommons.watchmaker.swing.<a href="org/uncommons/watchmaker/swing/AbortControl.html" title="class in org.uncommons.watchmaker.swing">AbortControl</a></dt>
<dd>
<div class="block">Enables the GUI control and resets the abort condition ready
 for use.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/swing/EvolutionControl.html#reset--">reset()</a></span> - Method in interface org.uncommons.watchmaker.swing.<a href="org/uncommons/watchmaker/swing/EvolutionControl.html" title="interface in org.uncommons.watchmaker.swing">EvolutionControl</a></dt>
<dd>
<div class="block">Resets the control to its initial configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/swing/NumericParameterControl.html#reset--">reset()</a></span> - Method in class org.uncommons.watchmaker.swing.<a href="org/uncommons/watchmaker/swing/NumericParameterControl.html" title="class in org.uncommons.watchmaker.swing">NumericParameterControl</a></dt>
<dd>
<div class="block">Resets the control to its initial configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/swing/ProbabilityParameterControl.html#reset--">reset()</a></span> - Method in class org.uncommons.watchmaker.swing.<a href="org/uncommons/watchmaker/swing/ProbabilityParameterControl.html" title="class in org.uncommons.watchmaker.swing">ProbabilityParameterControl</a></dt>
<dd>
<div class="block">Resets the control to its initial configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/swing/SelectionStrategyControl.html#reset--">reset()</a></span> - Method in class org.uncommons.watchmaker.swing.<a href="org/uncommons/watchmaker/swing/SelectionStrategyControl.html" title="class in org.uncommons.watchmaker.swing">SelectionStrategyControl</a></dt>
<dd>
<div class="block">Resets the control to its initial configuration.</div>
</dd>
<dt><a href="org/uncommons/watchmaker/framework/islands/RingMigration.html" title="class in org.uncommons.watchmaker.framework.islands"><span class="typeNameLink">RingMigration</span></a> - Class in <a href="org/uncommons/watchmaker/framework/islands/package-summary.html">org.uncommons.watchmaker.framework.islands</a></dt>
<dd>
<div class="block">Migrates a fixed number of individuals from each island to the adjacent island.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/islands/RingMigration.html#RingMigration--">RingMigration()</a></span> - Constructor for class org.uncommons.watchmaker.framework.islands.<a href="org/uncommons/watchmaker/framework/islands/RingMigration.html" title="class in org.uncommons.watchmaker.framework.islands">RingMigration</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/uncommons/watchmaker/framework/selection/RouletteWheelSelection.html" title="class in org.uncommons.watchmaker.framework.selection"><span class="typeNameLink">RouletteWheelSelection</span></a> - Class in <a href="org/uncommons/watchmaker/framework/selection/package-summary.html">org.uncommons.watchmaker.framework.selection</a></dt>
<dd>
<div class="block">Implements selection of <i>n</i> candidates from a population by selecting
 <i>n</i> candidates at random where the probability of each candidate getting
 selected is proportional to its fitness score.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/selection/RouletteWheelSelection.html#RouletteWheelSelection--">RouletteWheelSelection()</a></span> - Constructor for class org.uncommons.watchmaker.framework.selection.<a href="org/uncommons/watchmaker/framework/selection/RouletteWheelSelection.html" title="class in org.uncommons.watchmaker.framework.selection">RouletteWheelSelection</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:S">
<!--   -->
</a>
<h2 class="title">S</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/interactive/Console.html#select-java.util.List-">select(List&lt;? extends T&gt;)</a></span> - Method in interface org.uncommons.watchmaker.framework.interactive.<a href="org/uncommons/watchmaker/framework/interactive/Console.html" title="interface in org.uncommons.watchmaker.framework.interactive">Console</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/interactive/InteractiveSelection.html#select-java.util.List-boolean-int-java.util.Random-">select(List&lt;EvaluatedCandidate&lt;S&gt;&gt;, boolean, int, Random)</a></span> - Method in class org.uncommons.watchmaker.framework.interactive.<a href="org/uncommons/watchmaker/framework/interactive/InteractiveSelection.html" title="class in org.uncommons.watchmaker.framework.interactive">InteractiveSelection</a></dt>
<dd>
<div class="block">Select the specified number of candidates from the population.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/selection/RankSelection.html#select-java.util.List-boolean-int-java.util.Random-">select(List&lt;EvaluatedCandidate&lt;S&gt;&gt;, boolean, int, Random)</a></span> - Method in class org.uncommons.watchmaker.framework.selection.<a href="org/uncommons/watchmaker/framework/selection/RankSelection.html" title="class in org.uncommons.watchmaker.framework.selection">RankSelection</a></dt>
<dd>
<div class="block">Select the specified number of candidates from the population.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/selection/RouletteWheelSelection.html#select-java.util.List-boolean-int-java.util.Random-">select(List&lt;EvaluatedCandidate&lt;S&gt;&gt;, boolean, int, Random)</a></span> - Method in class org.uncommons.watchmaker.framework.selection.<a href="org/uncommons/watchmaker/framework/selection/RouletteWheelSelection.html" title="class in org.uncommons.watchmaker.framework.selection">RouletteWheelSelection</a></dt>
<dd>
<div class="block">Selects the required number of candidates from the population with
 the probability of selecting any particular candidate being proportional
 to that candidate's fitness score.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/selection/SigmaScaling.html#select-java.util.List-boolean-int-java.util.Random-">select(List&lt;EvaluatedCandidate&lt;S&gt;&gt;, boolean, int, Random)</a></span> - Method in class org.uncommons.watchmaker.framework.selection.<a href="org/uncommons/watchmaker/framework/selection/SigmaScaling.html" title="class in org.uncommons.watchmaker.framework.selection">SigmaScaling</a></dt>
<dd>
<div class="block">Select the specified number of candidates from the population.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/selection/StochasticUniversalSampling.html#select-java.util.List-boolean-int-java.util.Random-">select(List&lt;EvaluatedCandidate&lt;S&gt;&gt;, boolean, int, Random)</a></span> - Method in class org.uncommons.watchmaker.framework.selection.<a href="org/uncommons/watchmaker/framework/selection/StochasticUniversalSampling.html" title="class in org.uncommons.watchmaker.framework.selection">StochasticUniversalSampling</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/selection/TournamentSelection.html#select-java.util.List-boolean-int-java.util.Random-">select(List&lt;EvaluatedCandidate&lt;S&gt;&gt;, boolean, int, Random)</a></span> - Method in class org.uncommons.watchmaker.framework.selection.<a href="org/uncommons/watchmaker/framework/selection/TournamentSelection.html" title="class in org.uncommons.watchmaker.framework.selection">TournamentSelection</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/selection/TruncationSelection.html#select-java.util.List-boolean-int-java.util.Random-">select(List&lt;EvaluatedCandidate&lt;S&gt;&gt;, boolean, int, Random)</a></span> - Method in class org.uncommons.watchmaker.framework.selection.<a href="org/uncommons/watchmaker/framework/selection/TruncationSelection.html" title="class in org.uncommons.watchmaker.framework.selection">TruncationSelection</a></dt>
<dd>
<div class="block">Selects the fittest candidates.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/SelectionStrategy.html#select-java.util.List-boolean-int-java.util.Random-">select(List&lt;EvaluatedCandidate&lt;S&gt;&gt;, boolean, int, Random)</a></span> - Method in interface org.uncommons.watchmaker.framework.<a href="org/uncommons/watchmaker/framework/SelectionStrategy.html" title="interface in org.uncommons.watchmaker.framework">SelectionStrategy</a></dt>
<dd>
<div class="block">Select the specified number of candidates from the population.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/swing/SwingConsole.html#select-java.util.List-">select(List&lt;? extends JComponent&gt;)</a></span> - Method in class org.uncommons.watchmaker.swing.<a href="org/uncommons/watchmaker/swing/SwingConsole.html" title="class in org.uncommons.watchmaker.swing">SwingConsole</a></dt>
<dd>
<div class="block">This method blocks and therefore must not be invoked from the Event
 Dispatch Thread.</div>
</dd>
<dt><a href="org/uncommons/watchmaker/framework/SelectionStrategy.html" title="interface in org.uncommons.watchmaker.framework"><span class="typeNameLink">SelectionStrategy</span></a>&lt;<a href="org/uncommons/watchmaker/framework/SelectionStrategy.html" title="type parameter in SelectionStrategy">T</a>&gt; - Interface in <a href="org/uncommons/watchmaker/framework/package-summary.html">org.uncommons.watchmaker.framework</a></dt>
<dd>
<div class="block">Strategy interface for "natural" selection.</div>
</dd>
<dt><a href="org/uncommons/watchmaker/swing/SelectionStrategyControl.html" title="class in org.uncommons.watchmaker.swing"><span class="typeNameLink">SelectionStrategyControl</span></a>&lt;<a href="org/uncommons/watchmaker/swing/SelectionStrategyControl.html" title="type parameter in SelectionStrategyControl">T</a>&gt; - Class in <a href="org/uncommons/watchmaker/swing/package-summary.html">org.uncommons.watchmaker.swing</a></dt>
<dd>
<div class="block">An evolution control for selecting between different <a href="org/uncommons/watchmaker/framework/SelectionStrategy.html" title="interface in org.uncommons.watchmaker.framework"><code>SelectionStrategy</code></a> implementations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/swing/SelectionStrategyControl.html#SelectionStrategyControl-java.util.List-">SelectionStrategyControl(List&lt;SelectionStrategy&lt;? super T&gt;&gt;)</a></span> - Constructor for class org.uncommons.watchmaker.swing.<a href="org/uncommons/watchmaker/swing/SelectionStrategyControl.html" title="class in org.uncommons.watchmaker.swing">SelectionStrategyControl</a></dt>
<dd>
<div class="block">Creates a control for choosing between a specified set of selection strategies.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/swing/AbortControl.html#setDescription-java.lang.String-">setDescription(String)</a></span> - Method in class org.uncommons.watchmaker.swing.<a href="org/uncommons/watchmaker/swing/AbortControl.html" title="class in org.uncommons.watchmaker.swing">AbortControl</a></dt>
<dd>
<div class="block">Provides a textual description of the purpose of the control.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/swing/EvolutionControl.html#setDescription-java.lang.String-">setDescription(String)</a></span> - Method in interface org.uncommons.watchmaker.swing.<a href="org/uncommons/watchmaker/swing/EvolutionControl.html" title="interface in org.uncommons.watchmaker.swing">EvolutionControl</a></dt>
<dd>
<div class="block">Provides a textual description of the purpose of the control.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/swing/NumericParameterControl.html#setDescription-java.lang.String-">setDescription(String)</a></span> - Method in class org.uncommons.watchmaker.swing.<a href="org/uncommons/watchmaker/swing/NumericParameterControl.html" title="class in org.uncommons.watchmaker.swing">NumericParameterControl</a></dt>
<dd>
<div class="block">Provides a textual description of the purpose of the control.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/swing/ProbabilityParameterControl.html#setDescription-java.lang.String-">setDescription(String)</a></span> - Method in class org.uncommons.watchmaker.swing.<a href="org/uncommons/watchmaker/swing/ProbabilityParameterControl.html" title="class in org.uncommons.watchmaker.swing">ProbabilityParameterControl</a></dt>
<dd>
<div class="block">Provides a textual description of the purpose of the control.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/swing/SelectionStrategyControl.html#setDescription-java.lang.String-">setDescription(String)</a></span> - Method in class org.uncommons.watchmaker.swing.<a href="org/uncommons/watchmaker/swing/SelectionStrategyControl.html" title="class in org.uncommons.watchmaker.swing">SelectionStrategyControl</a></dt>
<dd>
<div class="block">Provides a textual description of the purpose of the control.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/AbstractEvolutionEngine.html#setSingleThreaded-boolean-">setSingleThreaded(boolean)</a></span> - Method in class org.uncommons.watchmaker.framework.<a href="org/uncommons/watchmaker/framework/AbstractEvolutionEngine.html" title="class in org.uncommons.watchmaker.framework">AbstractEvolutionEngine</a></dt>
<dd>
<div class="block">By default, fitness evaluations are performed on separate threads (as many as there are
 available cores/processors).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/EvolutionUtils.html#shouldContinue-org.uncommons.watchmaker.framework.PopulationData-org.uncommons.watchmaker.framework.TerminationCondition...-">shouldContinue(PopulationData&lt;T&gt;, TerminationCondition...)</a></span> - Static method in class org.uncommons.watchmaker.framework.<a href="org/uncommons/watchmaker/framework/EvolutionUtils.html" title="class in org.uncommons.watchmaker.framework">EvolutionUtils</a></dt>
<dd>
<div class="block">Given data about the current population and a set of termination conditions, determines
 whether or not the evolution should continue.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/termination/ElapsedTime.html#shouldTerminate-org.uncommons.watchmaker.framework.PopulationData-">shouldTerminate(PopulationData&lt;?&gt;)</a></span> - Method in class org.uncommons.watchmaker.framework.termination.<a href="org/uncommons/watchmaker/framework/termination/ElapsedTime.html" title="class in org.uncommons.watchmaker.framework.termination">ElapsedTime</a></dt>
<dd>
<div class="block">The condition is queried via this method to determine whether or not evolution
 should finish at the current point.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/termination/GenerationCount.html#shouldTerminate-org.uncommons.watchmaker.framework.PopulationData-">shouldTerminate(PopulationData&lt;?&gt;)</a></span> - Method in class org.uncommons.watchmaker.framework.termination.<a href="org/uncommons/watchmaker/framework/termination/GenerationCount.html" title="class in org.uncommons.watchmaker.framework.termination">GenerationCount</a></dt>
<dd>
<div class="block">The condition is queried via this method to determine whether or not evolution
 should finish at the current point.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/termination/Stagnation.html#shouldTerminate-org.uncommons.watchmaker.framework.PopulationData-">shouldTerminate(PopulationData&lt;?&gt;)</a></span> - Method in class org.uncommons.watchmaker.framework.termination.<a href="org/uncommons/watchmaker/framework/termination/Stagnation.html" title="class in org.uncommons.watchmaker.framework.termination">Stagnation</a></dt>
<dd>
<div class="block">The condition is queried via this method to determine whether or not evolution
 should finish at the current point.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/termination/TargetFitness.html#shouldTerminate-org.uncommons.watchmaker.framework.PopulationData-">shouldTerminate(PopulationData&lt;?&gt;)</a></span> - Method in class org.uncommons.watchmaker.framework.termination.<a href="org/uncommons/watchmaker/framework/termination/TargetFitness.html" title="class in org.uncommons.watchmaker.framework.termination">TargetFitness</a></dt>
<dd>
<div class="block">The condition is queried via this method to determine whether or not evolution
 should finish at the current point.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/termination/UserAbort.html#shouldTerminate-org.uncommons.watchmaker.framework.PopulationData-">shouldTerminate(PopulationData&lt;?&gt;)</a></span> - Method in class org.uncommons.watchmaker.framework.termination.<a href="org/uncommons/watchmaker/framework/termination/UserAbort.html" title="class in org.uncommons.watchmaker.framework.termination">UserAbort</a></dt>
<dd>
<div class="block">The condition is queried via this method to determine whether or not evolution
 should finish at the current point.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/TerminationCondition.html#shouldTerminate-org.uncommons.watchmaker.framework.PopulationData-">shouldTerminate(PopulationData&lt;?&gt;)</a></span> - Method in interface org.uncommons.watchmaker.framework.<a href="org/uncommons/watchmaker/framework/TerminationCondition.html" title="interface in org.uncommons.watchmaker.framework">TerminationCondition</a></dt>
<dd>
<div class="block">The condition is queried via this method to determine whether or not evolution
 should finish at the current point.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/swing/evolutionmonitor/EvolutionMonitor.html#showInDialog-javax.swing.JFrame-java.lang.String-boolean-">showInDialog(JFrame, String, boolean)</a></span> - Method in class org.uncommons.watchmaker.swing.evolutionmonitor.<a href="org/uncommons/watchmaker/swing/evolutionmonitor/EvolutionMonitor.html" title="class in org.uncommons.watchmaker.swing.evolutionmonitor">EvolutionMonitor</a></dt>
<dd>
<div class="block">Displays the evolution monitor component in a new <a href="file:///usr/share/doc/default-jdk-doc/api/javax/swing/JDialog.html?is-external=true" title="class or interface in javax.swing"><code>JDialog</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/swing/evolutionmonitor/EvolutionMonitor.html#showInFrame-java.lang.String-boolean-">showInFrame(String, boolean)</a></span> - Method in class org.uncommons.watchmaker.swing.evolutionmonitor.<a href="org/uncommons/watchmaker/swing/evolutionmonitor/EvolutionMonitor.html" title="class in org.uncommons.watchmaker.swing.evolutionmonitor">EvolutionMonitor</a></dt>
<dd>
<div class="block">Displays the evolution monitor component in a new <a href="file:///usr/share/doc/default-jdk-doc/api/javax/swing/JFrame.html?is-external=true" title="class or interface in javax.swing"><code>JFrame</code></a>.</div>
</dd>
<dt><a href="org/uncommons/watchmaker/framework/selection/SigmaScaling.html" title="class in org.uncommons.watchmaker.framework.selection"><span class="typeNameLink">SigmaScaling</span></a> - Class in <a href="org/uncommons/watchmaker/framework/selection/package-summary.html">org.uncommons.watchmaker.framework.selection</a></dt>
<dd>
<div class="block">An alternative to straightforward fitness-proportionate selection such as that offered
 by <a href="org/uncommons/watchmaker/framework/selection/RouletteWheelSelection.html" title="class in org.uncommons.watchmaker.framework.selection"><code>RouletteWheelSelection</code></a> and <a href="org/uncommons/watchmaker/framework/selection/StochasticUniversalSampling.html" title="class in org.uncommons.watchmaker.framework.selection"><code>StochasticUniversalSampling</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/selection/SigmaScaling.html#SigmaScaling--">SigmaScaling()</a></span> - Constructor for class org.uncommons.watchmaker.framework.selection.<a href="org/uncommons/watchmaker/framework/selection/SigmaScaling.html" title="class in org.uncommons.watchmaker.framework.selection">SigmaScaling</a></dt>
<dd>
<div class="block">Creates a default sigma-scaled selection strategy.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/selection/SigmaScaling.html#SigmaScaling-org.uncommons.watchmaker.framework.SelectionStrategy-">SigmaScaling(SelectionStrategy&lt;Object&gt;)</a></span> - Constructor for class org.uncommons.watchmaker.framework.selection.<a href="org/uncommons/watchmaker/framework/selection/SigmaScaling.html" title="class in org.uncommons.watchmaker.framework.selection">SigmaScaling</a></dt>
<dd>
<div class="block">Creates a sigma-scaled selection strategy that delegates to the specified selection
 strategy after adjusting individual fitness scores using sigma-scaling.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/EvolutionUtils.html#sortEvaluatedPopulation-java.util.List-boolean-">sortEvaluatedPopulation(List&lt;EvaluatedCandidate&lt;T&gt;&gt;, boolean)</a></span> - Static method in class org.uncommons.watchmaker.framework.<a href="org/uncommons/watchmaker/framework/EvolutionUtils.html" title="class in org.uncommons.watchmaker.framework">EvolutionUtils</a></dt>
<dd>
<div class="block">Sorts an evaluated population in descending order of fitness
 (descending order of fitness score for natural scores, ascending
 order of scores for non-natural scores).</div>
</dd>
<dt><a href="org/uncommons/watchmaker/framework/operators/SplitEvolution.html" title="class in org.uncommons.watchmaker.framework.operators"><span class="typeNameLink">SplitEvolution</span></a>&lt;<a href="org/uncommons/watchmaker/framework/operators/SplitEvolution.html" title="type parameter in SplitEvolution">T</a>&gt; - Class in <a href="org/uncommons/watchmaker/framework/operators/package-summary.html">org.uncommons.watchmaker.framework.operators</a></dt>
<dd>
<div class="block">Compound evolutionary operator that allows the evolution of a population
 to be split into two separate streams.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/operators/SplitEvolution.html#SplitEvolution-org.uncommons.watchmaker.framework.EvolutionaryOperator-org.uncommons.watchmaker.framework.EvolutionaryOperator-double-">SplitEvolution(EvolutionaryOperator&lt;T&gt;, EvolutionaryOperator&lt;T&gt;, double)</a></span> - Constructor for class org.uncommons.watchmaker.framework.operators.<a href="org/uncommons/watchmaker/framework/operators/SplitEvolution.html" title="class in org.uncommons.watchmaker.framework.operators">SplitEvolution</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/operators/SplitEvolution.html#SplitEvolution-org.uncommons.watchmaker.framework.EvolutionaryOperator-org.uncommons.watchmaker.framework.EvolutionaryOperator-org.uncommons.maths.number.NumberGenerator-">SplitEvolution(EvolutionaryOperator&lt;T&gt;, EvolutionaryOperator&lt;T&gt;, NumberGenerator&lt;Double&gt;)</a></span> - Constructor for class org.uncommons.watchmaker.framework.operators.<a href="org/uncommons/watchmaker/framework/operators/SplitEvolution.html" title="class in org.uncommons.watchmaker.framework.operators">SplitEvolution</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/uncommons/swing/SpringUtilities.html" title="class in org.uncommons.swing"><span class="typeNameLink">SpringUtilities</span></a> - Class in <a href="org/uncommons/swing/package-summary.html">org.uncommons.swing</a></dt>
<dd>
<div class="block">Utility methods for creating form-style or grid-style layouts with SpringLayout.</div>
</dd>
<dt><a href="org/uncommons/watchmaker/framework/termination/Stagnation.html" title="class in org.uncommons.watchmaker.framework.termination"><span class="typeNameLink">Stagnation</span></a> - Class in <a href="org/uncommons/watchmaker/framework/termination/package-summary.html">org.uncommons.watchmaker.framework.termination</a></dt>
<dd>
<div class="block">A <a href="org/uncommons/watchmaker/framework/TerminationCondition.html" title="interface in org.uncommons.watchmaker.framework"><code>TerminationCondition</code></a> that halts evolution if no improvement in fitness
 is observed within a specified number of generations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/termination/Stagnation.html#Stagnation-int-boolean-">Stagnation(int, boolean)</a></span> - Constructor for class org.uncommons.watchmaker.framework.termination.<a href="org/uncommons/watchmaker/framework/termination/Stagnation.html" title="class in org.uncommons.watchmaker.framework.termination">Stagnation</a></dt>
<dd>
<div class="block">Creates a <a href="org/uncommons/watchmaker/framework/TerminationCondition.html" title="interface in org.uncommons.watchmaker.framework"><code>TerminationCondition</code></a> that will halt evolution after the
 specified number of generations passes without any improvement in the population's
 fittest individual.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/termination/Stagnation.html#Stagnation-int-boolean-boolean-">Stagnation(int, boolean, boolean)</a></span> - Constructor for class org.uncommons.watchmaker.framework.termination.<a href="org/uncommons/watchmaker/framework/termination/Stagnation.html" title="class in org.uncommons.watchmaker.framework.termination">Stagnation</a></dt>
<dd>
<div class="block">Creates a <a href="org/uncommons/watchmaker/framework/TerminationCondition.html" title="interface in org.uncommons.watchmaker.framework"><code>TerminationCondition</code></a> that will halt evolution after the
 specified number of generations passes without any improvement in the population's
 fitness (either the fittest individual or the mean fitness of the entire population,
 depending on the final parameter).</div>
</dd>
<dt><a href="org/uncommons/watchmaker/swing/evolutionmonitor/StatusBar.html" title="class in org.uncommons.watchmaker.swing.evolutionmonitor"><span class="typeNameLink">StatusBar</span></a> - Class in <a href="org/uncommons/watchmaker/swing/evolutionmonitor/package-summary.html">org.uncommons.watchmaker.swing.evolutionmonitor</a></dt>
<dd>
<div class="block">Status bar component for the evolution monitor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/swing/evolutionmonitor/StatusBar.html#StatusBar--">StatusBar()</a></span> - Constructor for class org.uncommons.watchmaker.swing.evolutionmonitor.<a href="org/uncommons/watchmaker/swing/evolutionmonitor/StatusBar.html" title="class in org.uncommons.watchmaker.swing.evolutionmonitor">StatusBar</a></dt>
<dd>
<div class="block">Creates a status bar configured for non-island evolution.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/swing/evolutionmonitor/StatusBar.html#StatusBar-boolean-">StatusBar(boolean)</a></span> - Constructor for class org.uncommons.watchmaker.swing.evolutionmonitor.<a href="org/uncommons/watchmaker/swing/evolutionmonitor/StatusBar.html" title="class in org.uncommons.watchmaker.swing.evolutionmonitor">StatusBar</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/uncommons/watchmaker/framework/SteadyStateEvolutionEngine.html" title="class in org.uncommons.watchmaker.framework"><span class="typeNameLink">SteadyStateEvolutionEngine</span></a>&lt;<a href="org/uncommons/watchmaker/framework/SteadyStateEvolutionEngine.html" title="type parameter in SteadyStateEvolutionEngine">T</a>&gt; - Class in <a href="org/uncommons/watchmaker/framework/package-summary.html">org.uncommons.watchmaker.framework</a></dt>
<dd>
<div class="block">An implementation of steady-state evolution, which is a type of evolutionary algorithm
 where a population is changed incrementally, with one individual evolved at a time.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/SteadyStateEvolutionEngine.html#SteadyStateEvolutionEngine-org.uncommons.watchmaker.framework.CandidateFactory-org.uncommons.watchmaker.framework.EvolutionaryOperator-org.uncommons.watchmaker.framework.FitnessEvaluator-org.uncommons.watchmaker.framework.SelectionStrategy-int-boolean-java.util.Random-">SteadyStateEvolutionEngine(CandidateFactory&lt;T&gt;, EvolutionaryOperator&lt;T&gt;, FitnessEvaluator&lt;? super T&gt;, SelectionStrategy&lt;? super T&gt;, int, boolean, Random)</a></span> - Constructor for class org.uncommons.watchmaker.framework.<a href="org/uncommons/watchmaker/framework/SteadyStateEvolutionEngine.html" title="class in org.uncommons.watchmaker.framework">SteadyStateEvolutionEngine</a></dt>
<dd>
<div class="block">Create a steady-state evolution strategy in which one or more (usually just one) evolved
 offspring replace randomly-chosen individuals.</div>
</dd>
<dt><a href="org/uncommons/watchmaker/framework/selection/StochasticUniversalSampling.html" title="class in org.uncommons.watchmaker.framework.selection"><span class="typeNameLink">StochasticUniversalSampling</span></a> - Class in <a href="org/uncommons/watchmaker/framework/selection/package-summary.html">org.uncommons.watchmaker.framework.selection</a></dt>
<dd>
<div class="block">An alternative to <a href="org/uncommons/watchmaker/framework/selection/RouletteWheelSelection.html" title="class in org.uncommons.watchmaker.framework.selection"><code>RouletteWheelSelection</code></a>
 as a fitness-proportionate selection strategy.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/selection/StochasticUniversalSampling.html#StochasticUniversalSampling--">StochasticUniversalSampling()</a></span> - Constructor for class org.uncommons.watchmaker.framework.selection.<a href="org/uncommons/watchmaker/framework/selection/StochasticUniversalSampling.html" title="class in org.uncommons.watchmaker.framework.selection">StochasticUniversalSampling</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/uncommons/watchmaker/framework/operators/StringCrossover.html" title="class in org.uncommons.watchmaker.framework.operators"><span class="typeNameLink">StringCrossover</span></a> - Class in <a href="org/uncommons/watchmaker/framework/operators/package-summary.html">org.uncommons.watchmaker.framework.operators</a></dt>
<dd>
<div class="block">Variable-point (fixed or random) cross-over for String candidates.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/operators/StringCrossover.html#StringCrossover--">StringCrossover()</a></span> - Constructor for class org.uncommons.watchmaker.framework.operators.<a href="org/uncommons/watchmaker/framework/operators/StringCrossover.html" title="class in org.uncommons.watchmaker.framework.operators">StringCrossover</a></dt>
<dd>
<div class="block">Default is single-point cross-over, applied to all parents.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/operators/StringCrossover.html#StringCrossover-int-">StringCrossover(int)</a></span> - Constructor for class org.uncommons.watchmaker.framework.operators.<a href="org/uncommons/watchmaker/framework/operators/StringCrossover.html" title="class in org.uncommons.watchmaker.framework.operators">StringCrossover</a></dt>
<dd>
<div class="block">Cross-over with a fixed number of cross-over points.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/operators/StringCrossover.html#StringCrossover-int-org.uncommons.maths.random.Probability-">StringCrossover(int, Probability)</a></span> - Constructor for class org.uncommons.watchmaker.framework.operators.<a href="org/uncommons/watchmaker/framework/operators/StringCrossover.html" title="class in org.uncommons.watchmaker.framework.operators">StringCrossover</a></dt>
<dd>
<div class="block">Cross-over with a fixed number of cross-over points.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/operators/StringCrossover.html#StringCrossover-org.uncommons.maths.number.NumberGenerator-">StringCrossover(NumberGenerator&lt;Integer&gt;)</a></span> - Constructor for class org.uncommons.watchmaker.framework.operators.<a href="org/uncommons/watchmaker/framework/operators/StringCrossover.html" title="class in org.uncommons.watchmaker.framework.operators">StringCrossover</a></dt>
<dd>
<div class="block">Cross-over with a variable number of cross-over points.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/operators/StringCrossover.html#StringCrossover-org.uncommons.maths.number.NumberGenerator-org.uncommons.maths.number.NumberGenerator-">StringCrossover(NumberGenerator&lt;Integer&gt;, NumberGenerator&lt;Probability&gt;)</a></span> - Constructor for class org.uncommons.watchmaker.framework.operators.<a href="org/uncommons/watchmaker/framework/operators/StringCrossover.html" title="class in org.uncommons.watchmaker.framework.operators">StringCrossover</a></dt>
<dd>
<div class="block">Sets up a cross-over implementation that uses a variable number of cross-over
 points.</div>
</dd>
<dt><a href="org/uncommons/watchmaker/framework/factories/StringFactory.html" title="class in org.uncommons.watchmaker.framework.factories"><span class="typeNameLink">StringFactory</span></a> - Class in <a href="org/uncommons/watchmaker/framework/factories/package-summary.html">org.uncommons.watchmaker.framework.factories</a></dt>
<dd>
<div class="block">General-purpose candidate factory for EAs that use a fixed-length String encoding.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/factories/StringFactory.html#StringFactory-char:A-int-">StringFactory(char[], int)</a></span> - Constructor for class org.uncommons.watchmaker.framework.factories.<a href="org/uncommons/watchmaker/framework/factories/StringFactory.html" title="class in org.uncommons.watchmaker.framework.factories">StringFactory</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/uncommons/watchmaker/framework/operators/StringMutation.html" title="class in org.uncommons.watchmaker.framework.operators"><span class="typeNameLink">StringMutation</span></a> - Class in <a href="org/uncommons/watchmaker/framework/operators/package-summary.html">org.uncommons.watchmaker.framework.operators</a></dt>
<dd>
<div class="block">Mutation of individual characters in a string according to some
 probability.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/operators/StringMutation.html#StringMutation-char:A-org.uncommons.maths.random.Probability-">StringMutation(char[], Probability)</a></span> - Constructor for class org.uncommons.watchmaker.framework.operators.<a href="org/uncommons/watchmaker/framework/operators/StringMutation.html" title="class in org.uncommons.watchmaker.framework.operators">StringMutation</a></dt>
<dd>
<div class="block">Creates a mutation operator that is applied with the given
 probability and draws its characters from the specified alphabet.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/operators/StringMutation.html#StringMutation-char:A-org.uncommons.maths.number.NumberGenerator-">StringMutation(char[], NumberGenerator&lt;Probability&gt;)</a></span> - Constructor for class org.uncommons.watchmaker.framework.operators.<a href="org/uncommons/watchmaker/framework/operators/StringMutation.html" title="class in org.uncommons.watchmaker.framework.operators">StringMutation</a></dt>
<dd>
<div class="block">Creates a mutation operator that is applied with the given
 probability and draws its characters from the specified alphabet.</div>
</dd>
<dt><a href="org/uncommons/util/id/StringPrefixIDSource.html" title="class in org.uncommons.util.id"><span class="typeNameLink">StringPrefixIDSource</span></a> - Class in <a href="org/uncommons/util/id/package-summary.html">org.uncommons.util.id</a></dt>
<dd>
<div class="block">Thread-safe ID source that wraps another source of IDs and adds a fixed String
 prefix to each ID generated.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/util/id/StringPrefixIDSource.html#StringPrefixIDSource-java.lang.String-org.uncommons.util.id.IDSource-">StringPrefixIDSource(String, IDSource&lt;?&gt;)</a></span> - Constructor for class org.uncommons.util.id.<a href="org/uncommons/util/id/StringPrefixIDSource.html" title="class in org.uncommons.util.id">StringPrefixIDSource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/FitnessEvaluationWorker.html#submit-org.uncommons.watchmaker.framework.FitnessEvalutationTask-">submit(FitnessEvalutationTask&lt;T&gt;)</a></span> - Method in class org.uncommons.watchmaker.framework.<a href="org/uncommons/watchmaker/framework/FitnessEvaluationWorker.html" title="class in org.uncommons.watchmaker.framework">FitnessEvaluationWorker</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/uncommons/swing/SwingBackgroundTask.html" title="class in org.uncommons.swing"><span class="typeNameLink">SwingBackgroundTask</span></a>&lt;<a href="org/uncommons/swing/SwingBackgroundTask.html" title="type parameter in SwingBackgroundTask">V</a>&gt; - Class in <a href="org/uncommons/swing/package-summary.html">org.uncommons.swing</a></dt>
<dd>
<div class="block">A task that is executed on a background thread and then updates
 a Swing GUI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/swing/SwingBackgroundTask.html#SwingBackgroundTask--">SwingBackgroundTask()</a></span> - Constructor for class org.uncommons.swing.<a href="org/uncommons/swing/SwingBackgroundTask.html" title="class in org.uncommons.swing">SwingBackgroundTask</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/uncommons/watchmaker/swing/SwingConsole.html" title="class in org.uncommons.watchmaker.swing"><span class="typeNameLink">SwingConsole</span></a> - Class in <a href="org/uncommons/watchmaker/swing/package-summary.html">org.uncommons.watchmaker.swing</a></dt>
<dd>
<div class="block">Swing-based console for interactive evolutionary algorithms.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/swing/SwingConsole.html#SwingConsole--">SwingConsole()</a></span> - Constructor for class org.uncommons.watchmaker.swing.<a href="org/uncommons/watchmaker/swing/SwingConsole.html" title="class in org.uncommons.watchmaker.swing">SwingConsole</a></dt>
<dd>
<div class="block">Creates a console that displays candidates arranged in three columns
 (and as many rows as required).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/swing/SwingConsole.html#SwingConsole-int-">SwingConsole(int)</a></span> - Constructor for class org.uncommons.watchmaker.swing.<a href="org/uncommons/watchmaker/swing/SwingConsole.html" title="class in org.uncommons.watchmaker.swing">SwingConsole</a></dt>
<dd>
<div class="block">Creates a console with a configurable number of columns.</div>
</dd>
</dl>
<a name="I:T">
<!--   -->
</a>
<h2 class="title">T</h2>
<dl>
<dt><a href="org/uncommons/watchmaker/framework/termination/TargetFitness.html" title="class in org.uncommons.watchmaker.framework.termination"><span class="typeNameLink">TargetFitness</span></a> - Class in <a href="org/uncommons/watchmaker/framework/termination/package-summary.html">org.uncommons.watchmaker.framework.termination</a></dt>
<dd>
<div class="block">Terminates evolution once at least one candidate in the population has equalled
 or bettered a pre-determined fitness score.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/termination/TargetFitness.html#TargetFitness-double-boolean-">TargetFitness(double, boolean)</a></span> - Constructor for class org.uncommons.watchmaker.framework.termination.<a href="org/uncommons/watchmaker/framework/termination/TargetFitness.html" title="class in org.uncommons.watchmaker.framework.termination">TargetFitness</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/uncommons/watchmaker/framework/TerminationCondition.html" title="interface in org.uncommons.watchmaker.framework"><span class="typeNameLink">TerminationCondition</span></a> - Interface in <a href="org/uncommons/watchmaker/framework/package-summary.html">org.uncommons.watchmaker.framework</a></dt>
<dd>
<div class="block">Interface for implementing conditions used to terminate evolutionary algorithms.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/selection/RankSelection.html#toString--">toString()</a></span> - Method in class org.uncommons.watchmaker.framework.selection.<a href="org/uncommons/watchmaker/framework/selection/RankSelection.html" title="class in org.uncommons.watchmaker.framework.selection">RankSelection</a></dt>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/selection/RouletteWheelSelection.html#toString--">toString()</a></span> - Method in class org.uncommons.watchmaker.framework.selection.<a href="org/uncommons/watchmaker/framework/selection/RouletteWheelSelection.html" title="class in org.uncommons.watchmaker.framework.selection">RouletteWheelSelection</a></dt>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/selection/SigmaScaling.html#toString--">toString()</a></span> - Method in class org.uncommons.watchmaker.framework.selection.<a href="org/uncommons/watchmaker/framework/selection/SigmaScaling.html" title="class in org.uncommons.watchmaker.framework.selection">SigmaScaling</a></dt>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/selection/StochasticUniversalSampling.html#toString--">toString()</a></span> - Method in class org.uncommons.watchmaker.framework.selection.<a href="org/uncommons/watchmaker/framework/selection/StochasticUniversalSampling.html" title="class in org.uncommons.watchmaker.framework.selection">StochasticUniversalSampling</a></dt>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/selection/TournamentSelection.html#toString--">toString()</a></span> - Method in class org.uncommons.watchmaker.framework.selection.<a href="org/uncommons/watchmaker/framework/selection/TournamentSelection.html" title="class in org.uncommons.watchmaker.framework.selection">TournamentSelection</a></dt>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/selection/TruncationSelection.html#toString--">toString()</a></span> - Method in class org.uncommons.watchmaker.framework.selection.<a href="org/uncommons/watchmaker/framework/selection/TruncationSelection.html" title="class in org.uncommons.watchmaker.framework.selection">TruncationSelection</a></dt>
<dt><a href="org/uncommons/watchmaker/framework/selection/TournamentSelection.html" title="class in org.uncommons.watchmaker.framework.selection"><span class="typeNameLink">TournamentSelection</span></a> - Class in <a href="org/uncommons/watchmaker/framework/selection/package-summary.html">org.uncommons.watchmaker.framework.selection</a></dt>
<dd>
<div class="block">Selection strategy that picks a pair of candidates at random and then
 selects the fitter of the two candidates with probability p, where p
 is the configured selection probability (therefore the probability of
 the less fit candidate being selected is 1 - p).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/selection/TournamentSelection.html#TournamentSelection-org.uncommons.maths.number.NumberGenerator-">TournamentSelection(NumberGenerator&lt;Probability&gt;)</a></span> - Constructor for class org.uncommons.watchmaker.framework.selection.<a href="org/uncommons/watchmaker/framework/selection/TournamentSelection.html" title="class in org.uncommons.watchmaker.framework.selection">TournamentSelection</a></dt>
<dd>
<div class="block">Creates a tournament selection strategy that is controlled by the
 variable selection probability provided by the specified
 <a href="file:///usr/share/doc/libuncommons-maths-java/api/org/uncommons/maths/number/NumberGenerator.html?is-external=true" title="class or interface in org.uncommons.maths.number"><code>NumberGenerator</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/selection/TournamentSelection.html#TournamentSelection-org.uncommons.maths.random.Probability-">TournamentSelection(Probability)</a></span> - Constructor for class org.uncommons.watchmaker.framework.selection.<a href="org/uncommons/watchmaker/framework/selection/TournamentSelection.html" title="class in org.uncommons.watchmaker.framework.selection">TournamentSelection</a></dt>
<dd>
<div class="block">Creates a tournament selection strategy with a fixed probability.</div>
</dd>
<dt><a href="org/uncommons/watchmaker/framework/selection/TruncationSelection.html" title="class in org.uncommons.watchmaker.framework.selection"><span class="typeNameLink">TruncationSelection</span></a> - Class in <a href="org/uncommons/watchmaker/framework/selection/package-summary.html">org.uncommons.watchmaker.framework.selection</a></dt>
<dd>
<div class="block">Implements selection of <i>n</i> candidates from a population by simply
 selecting the <i>n</i> candidates with the highest fitness scores (the
 rest are discarded).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/selection/TruncationSelection.html#TruncationSelection-org.uncommons.maths.number.NumberGenerator-">TruncationSelection(NumberGenerator&lt;Double&gt;)</a></span> - Constructor for class org.uncommons.watchmaker.framework.selection.<a href="org/uncommons/watchmaker/framework/selection/TruncationSelection.html" title="class in org.uncommons.watchmaker.framework.selection">TruncationSelection</a></dt>
<dd>
<div class="block">Creates a truncation selection strategy that is controlled by the
 variable selection ratio provided by the specified
 <a href="file:///usr/share/doc/libuncommons-maths-java/api/org/uncommons/maths/number/NumberGenerator.html?is-external=true" title="class or interface in org.uncommons.maths.number"><code>NumberGenerator</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/selection/TruncationSelection.html#TruncationSelection-double-">TruncationSelection(double)</a></span> - Constructor for class org.uncommons.watchmaker.framework.selection.<a href="org/uncommons/watchmaker/framework/selection/TruncationSelection.html" title="class in org.uncommons.watchmaker.framework.selection">TruncationSelection</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:U">
<!--   -->
</a>
<h2 class="title">U</h2>
<dl>
<dt><a href="org/uncommons/watchmaker/framework/termination/UserAbort.html" title="class in org.uncommons.watchmaker.framework.termination"><span class="typeNameLink">UserAbort</span></a> - Class in <a href="org/uncommons/watchmaker/framework/termination/package-summary.html">org.uncommons.watchmaker.framework.termination</a></dt>
<dd>
<div class="block"><a href="org/uncommons/watchmaker/framework/TerminationCondition.html" title="interface in org.uncommons.watchmaker.framework"><code>TerminationCondition</code></a> implementation that allows for user-initiated
 termination of an evolutionary algorithm.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/uncommons/watchmaker/framework/termination/UserAbort.html#UserAbort--">UserAbort()</a></span> - Constructor for class org.uncommons.watchmaker.framework.termination.<a href="org/uncommons/watchmaker/framework/termination/UserAbort.html" title="class in org.uncommons.watchmaker.framework.termination">UserAbort</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:W">
<!--   -->
</a>
<h2 class="title">W</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/uncommons/swing/SwingBackgroundTask.html#waitForCompletion--">waitForCompletion()</a></span> - Method in class org.uncommons.swing.<a href="org/uncommons/swing/SwingBackgroundTask.html" title="class in org.uncommons.swing">SwingBackgroundTask</a></dt>
<dd>
<div class="block">Waits for the execution of this task to complete.</div>
</dd>
</dl>
<a href="#I:A">A</a>&nbsp;<a href="#I:B">B</a>&nbsp;<a href="#I:C">C</a>&nbsp;<a href="#I:D">D</a>&nbsp;<a href="#I:E">E</a>&nbsp;<a href="#I:F">F</a>&nbsp;<a href="#I:G">G</a>&nbsp;<a href="#I:H">H</a>&nbsp;<a href="#I:I">I</a>&nbsp;<a href="#I:L">L</a>&nbsp;<a href="#I:M">M</a>&nbsp;<a href="#I:N">N</a>&nbsp;<a href="#I:O">O</a>&nbsp;<a href="#I:P">P</a>&nbsp;<a href="#I:R">R</a>&nbsp;<a href="#I:S">S</a>&nbsp;<a href="#I:T">T</a>&nbsp;<a href="#I:U">U</a>&nbsp;<a href="#I:W">W</a>&nbsp;</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!--   -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!--   -->
</a>
<ul class="navList" title="Navigation">
<li><a href="overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?index-all.html" target="_top">Frames</a></li>
<li><a href="index-all.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
  allClassesLink = document.getElementById("allclasses_navbar_bottom");
  if(window==top) {
    allClassesLink.style.display = "block";
  }
  else {
    allClassesLink.style.display = "none";
  }
  //-->
</script>
</div>
<a name="skip.navbar.bottom">
<!--   -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>