Alexey Stukalov

Results 54 issues of Alexey Stukalov

Would be nice to support vectors for the *value=* argument in *rowAlls()*/*colAlls()* function, i.e. checking that all the elements in the *i*-th row/column equal to the `value[[i]]`.

It would be nice to support custom missing strings, e.g. like `missingstring=` keyword argument in `CSV.jl`.

enhancement

Switches from Travis to GitHub Actions CI and updates *ParserCombinator.jl* depenency ~~(requires andrewcooke/ParserCombinator.jl#33 to be merged and the new 2.1.0 version released)~~.

Add basic `WrappedDistribution` type for `NoDist` and `NamedDist` and teach them a few tricks like `length()` and `bijector()`. I've discovered that these methods are missing when trying to do ```...

Without this `DataFrames.nonunique()` and friends do not work on frames with NA rows.

As mentioned in #44 , it would be nice to add `unique_colnames=true` option to `load()`, which would propagate to `DataFrame({r data frame}, makeunique=unique_colnames)`. That will make the default behaviour reasonable,...

enhancement

It would be nice to throw some RData-specific exception type instead of `error`, it can also contain some useful information, like current io position or the name of the top-level...

enhancement
up for grabs

# Update the alignment figure in the documentation > _This template is rather extensive. Fill out all that you can, if are a new contributor or you're unsure about any...

Currently, in *Borg* algorithm, the only stopping condition that relates to the algorithm convergence is checking for the number of steps without *eps*-progress (i.e. without Pareto front updates). This is...

The PR changes the `ParallelEvaluator` to be asynchronous: 1. The candidate is submitted to the queue by `async_update_fitness()`, which immediately returns the fitness calculation job Id and the job gets...