t

tabuAndScatterSearch

Search methods contributed by Adrian Pino (ScatterSearchV1, TabuSearch). ScatterSearch: Performs an Scatter Search through the space of attribute subsets. Start with a population of many significants and diverses subset stops when the result is higher than a given treshold or there's not more improvement. For more information see: Felix Garcia Lopez (2004). Solving feature subset selection problem by a Parallel Scatter Search. Elsevier. Tabu Search: Abdel-Rahman Hedar, Jue Wangy, Masao Fukushima (2006). Tabu Search for Attribute Reduction in Rough Set Theory.
http://weka.sourceforge.net/doc.packages/tabuAndScatterSearch
GNU General Public License 3
University of Waikato, Hamilton, NZ
Adrian Pino
Files download
File Operation
tabuAndScatterSearch-1.0.2.jar download
tabuAndScatterSearch-1.0.2.pom download
tabuAndScatterSearch-1.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>nz.ac.waikato.cms.weka</groupId>
  <artifactId>tabuAndScatterSearch</artifactId>
  <version>1.0.2</version>
</dependency>
Gradle Groovy
implementation 'nz.ac.waikato.cms.weka:tabuAndScatterSearch:1.0.2'
Gradle Kotlin
implementation("nz.ac.waikato.cms.weka:tabuAndScatterSearch:1.0.2")
Scala SBT
libraryDependencies += "nz.ac.waikato.cms.weka" % "tabuAndScatterSearch" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='nz.ac.waikato.cms.weka', module='tabuAndScatterSearch', version='1.0.2')
)
Apache Ivy
<dependency org="nz.ac.waikato.cms.weka" name="tabuAndScatterSearch" rev="1.0.2" />
Leiningen
[nz.ac.waikato.cms.weka/tabuAndScatterSearch "1.0.2"]
Apache Buildr
'nz.ac.waikato.cms.weka:tabuAndScatterSearch:jar:1.0.2'