Skip to content

Commit

Permalink
Rm truerfirst param
Browse files Browse the repository at this point in the history
  • Loading branch information
giopaglia committed Jun 7, 2024
1 parent 7a3c9fa commit e3535db
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/searchmethods/beamsearch.jl
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ end
############################################################################################

function find_singlerule(
candidates::AbstractVector{<:Tuple{Formula, SatMask}},
candidates::AbstractVector{<:Tuple{Formula,SatMask}},
X::AbstractLogiset,
y::AbstractVector{<:Integer},
w::AbstractVector,
Expand All @@ -297,7 +297,6 @@ function find_singlerule(
n_labels,
# optional positional
discretizedomain::Bool=false,
truerfirst::Bool=false,
max_rule_length::Union{Nothing,Integer}=nothing,
alphabet::Union{Nothing,AbstractAlphabet}=nothing,
max_info_gain::Union{Nothing,Real}=nothing
Expand Down

0 comments on commit e3535db

Please sign in to comment.