Skip to content

Commit ca83613

Browse files
authored
Generate (partial/complete) search space for ICN (#15)
* Added a optimize&compose function * explore learn and compose * Deleted data generated outside of this package * Added domains version of explore learn compose * Deleted Manifest from git and added it to .gitignore * Corrected exploration * compat ConstraintDomains.jl * Erased debug info * compat 1/? * Updated learning icn algorithms * Compose and export to file (:Julia) * Option action for composition or symbols * Updated learning options * Improved symbols to Julia export * Improved symbols to Julia export 2/? * Improved symbols to Julia export 3/? * Tag first beta * Correct path for tests
1 parent de5391c commit ca83613

File tree

595 files changed

+139
-19052363
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

595 files changed

+139
-19052363
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,7 @@
44
/docs/build/
55

66
_git2_*
7-
.gitignore
7+
.gitignore
8+
9+
*Manifest.toml
10+
test_dummy.jl

Manifest.toml

Lines changed: 0 additions & 354 deletions
This file was deleted.

Project.toml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,21 @@
11
name = "CompositionalNetworks"
22
uuid = "4b67e4b5-442d-4ef5-b760-3f5df3a57537"
33
authors = ["Jean-François Baffier"]
4-
version = "0.0.3"
4+
version = "0.1.0"
55

66
[deps]
7-
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
8-
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
7+
ConstraintDomains = "5800fd60-8556-4464-8d61-84ebf7a0bedb"
98
Dictionaries = "85a47980-9c8c-11e8-2b9f-f7ca1fa99fb4"
109
Evolutionary = "86b6b26d-c046-49b6-aa0b-5f0f74682bd6"
1110
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
1211
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
1312

1413
[compat]
15-
CSV = "0.8"
16-
DataFrames = "0.22"
14+
ConstraintDomains = "0.1"
1715
Dictionaries = "0.3"
1816
Evolutionary = "0.7"
1917
OrderedCollections = "1.3"
20-
julia = "1.5"
18+
julia = "1.5, 1.6"
2119

2220
[extras]
2321
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

0 commit comments

Comments
 (0)