Skip to content

Commit

Permalink
Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
AniekMarkus committed Jul 4, 2024
1 parent a0a00d6 commit b013171
Show file tree
Hide file tree
Showing 11 changed files with 4,877 additions and 24 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ output/

# EXPLORE result files
*.result
inst/doc
inst/cmake-build-debug
inst/cmake-build-debug-coverage
docs

# PaRe Report
Expand Down
2 changes: 1 addition & 1 deletion inst/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.17)
project(Explore)

set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_FLAGS "-Wall -Wextra -O3")
# set(CMAKE_CXX_FLAGS "-Wall -Wextra -O3")
set(CMAKE_CXX_FLAGS_DEBUG "-Wall -Wextra -g")
set(CMAKE_VERBOSE_MAKEFILE ON)

Expand Down
2 changes: 1 addition & 1 deletion inst/examples/complexity/binary_10.project
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ Subsumption=no
BranchBound=no
Parallel=no
ParallelMethod=ONE
BinaryReduction=yes
BinaryReduction=no

6 changes: 3 additions & 3 deletions inst/examples/complexity/binary_3.project
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ IncrementalOutputFile=false
[Setup]
PartitionMethod=RESUBSTITUTION
Randomize=no
StartRulelength=3
StartRulelength=1
EndRulelength=3
LearnRatio=0.8
NumberofPartitions=1
Expand Down Expand Up @@ -36,7 +36,7 @@ PrintOperatorMethod=no
PrintOperatorValues=no
PrintCombinations=yes
PrintFeatureSets=yes
PrintCutoffSets=yes
PrintCutoffSets=no
PrintCutOffsetsBestLength=no
PrintPerformance=yes
PrintSets=no
Expand All @@ -46,5 +46,5 @@ Subsumption=no
BranchBound=no
Parallel=no
ParallelMethod=ONE
BinaryReduction=yes
BinaryReduction=no

6 changes: 3 additions & 3 deletions inst/examples/complexity/categorical_4.project
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ IncrementalOutputFile=false
[Setup]
PartitionMethod=RESUBSTITUTION
Randomize=no
StartRulelength=3
EndRulelength=3
StartRulelength=2
EndRulelength=2
LearnRatio=0.8
NumberofPartitions=1
OperatorMethod=EXHAUSTIVE
Expand All @@ -35,7 +35,7 @@ PrintCutoffValues=no
PrintOperatorMethod=no
PrintOperatorValues=no
PrintCombinations=yes
PrintFeatureSets=no
PrintFeatureSets=yes
PrintCutoffSets=yes
PrintCutOffsetsBestLength=no
PrintPerformance=yes
Expand Down
8 changes: 4 additions & 4 deletions inst/examples/complexity/continuous_4.project
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ IncrementalOutputFile=false
[Setup]
PartitionMethod=RESUBSTITUTION
Randomize=no
StartRulelength=2
EndRulelength=5
StartRulelength=3
EndRulelength=3
LearnRatio=0.8
NumberofPartitions=1
OperatorMethod=EXHAUSTIVE
Expand All @@ -35,8 +35,8 @@ PrintCutoffValues=no
PrintOperatorMethod=no
PrintOperatorValues=no
PrintCombinations=yes
PrintFeatureSets=no
PrintCutoffSets=no
PrintFeatureSets=yes
PrintCutoffSets=yes
PrintCutOffsetsBestLength=no
PrintPerformance=yes
PrintSets=no
Expand Down
Loading

0 comments on commit b013171

Please sign in to comment.