-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathsetup.cfg
53 lines (52 loc) · 1.71 KB
/
setup.cfg
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
[metadata]
name = xcsf
version = 1.4.7
description = XCSF learning classifier system: rule-based evolutionary machine learning
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/xcsf-dev/xcsf
maintainer = Richard Preen
maintainer_email = [email protected]
license = GPL-3.0
license_files = LICENSE.md
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
Intended Audience :: Science/Research
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Programming Language :: C
Programming Language :: C++
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3.13
Topic :: Scientific/Engineering
Topic :: Scientific/Engineering :: Artificial Intelligence
Operating System :: POSIX :: Linux
Operating System :: MacOS :: MacOS X
Operating System :: Microsoft :: Windows :: Windows 10
Operating System :: Microsoft :: Windows :: Windows 11
keywords =
divide and conquer
evolutionary algorithm
genetic programming
learning classifier system
least squares
machine learning
neural networks
neuroevolution
reinforcement learning
rule-based
supervised learning
stochastic gradient descent
XCS
XCSF
project_urls =
Changelog = https://github.com/xcsf-dev/xcsf/CHANGELOG.md
Documentation = https://github.com/xcsf-dev/xcsf/wiki
Bug Tracker = https://github.com/xcsf-dev/xcsf/issues
Discussions = https://github.com/xcsf-dev/xcsf/discussions
[options]
python_requires = >=3.9
zip_safe = False