Nikita Bilous

Results 4 issues of Nikita Bilous

``` $ file test.txt test.txt: UTF-8 Unicode text $ cat test.txt привет Привет ПрИвЕт $ ./sift -i привет test.txt:привет $ grep -ir привет . ./test.txt:привет ./test.txt:Привет ./test.txt:ПрИвЕт ```

enhancement
postponed

```python import numpy import pygad function_inputs = [4, -2, 3.5, 5, -11, -4.7] # Function inputs. desired_output = 44 # Function output. def fitness_func(ga_instance, solution, solution_idx): # XXX UNCOMMENT THIS...

question

I would like to see only classes/functions, but not variables. I didn't found such an option

### Feature hasn't been suggested before. - [x] I have verified this feature I'm about to request hasn't been suggested before. ### Describe the enhancement you want to request When...

discussion