facebookresearch / nevergrad
Features of Interest
Aspects in the source code identified through RegEx patterns.
Intro
Features of interest are any aspects of a software system that can be identified through patterns in code.
Features of interest provide you with a way to focus your attention on relevant parts of the codebase.
Typical examples include, security, TODOs, logging.
A feature of interest may be present in multiple files. Any source code file may be in zero or multiple features of interest.
Overview
GENERAL
TODOs
9,757 LOC (58%)
30 files
|
found text
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
9,757 LOC (58%)
30 files
|
found text
|
found text per file
The following criteria are used to filter files:
files with any line of content like "
.*(TODO|FIXME)( |:| ).*
".
30
files match defined criteria (
9,757
lines of code,
58.8%
vs. main code). All matches are in *.py files.
52
lines match the content pattern.
details...
per component - primary logical decomposition
nevergrad/optimization
in 8 files, 3,834 LOC (77%)
nevergrad/benchmark
in 2 files, 2,062 LOC (59%)
nevergrad/parametrization
in 8 files, 1,668 LOC (74%)
nevergrad/functions
in 3 files, 537 LOC (60%)
nevergrad/optimization/multiobjective
in 2 files, 336 LOC (68%)
nevergrad/functions/photonics
in 1 file 326 LOC (74%)
nevergrad/functions/images
in 1 file 249 LOC (68%)
nevergrad/functions/games
in 1 file 262 LOC (99%)
nevergrad/functions/powersystems
in 1 file 225 LOC (99%)
nevergrad/functions/mlda
in 1 file 80 LOC (40%)
nevergrad/functions/pyomo
in 1 file 126 LOC (99%)
nevergrad/ops
in 1 file 52 LOC (94%)