Skip to content

Commit

Permalink
Randomize config upd.
Browse files Browse the repository at this point in the history
  • Loading branch information
Smoren committed Jul 12, 2024
1 parent 2622010 commit 431362d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/lib/config/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -294,16 +294,16 @@ export function createDefaultRandomTypesConfig(typesCount: number): RandomTypesC
USE_LINK_GRAVITY_BOUNDS: true,
USE_LINK_BOUNDS: true,
USE_LINK_TYPE_BOUNDS: true,
USE_LINK_TYPE_WEIGHT_BOUNDS: false,
USE_LINK_TYPE_WEIGHT_BOUNDS: true,
USE_LINK_FACTOR_DISTANCE_BOUNDS: true,

RADIUS_BOUNDS: [0.8, 1.3, 1, 0.1],
FREQUENCY_BOUNDS: [0.1, 1, 0.5, 0.1],
GRAVITY_BOUNDS: [-2, 1, -1, 0.1],
LINK_GRAVITY_BOUNDS: [-5, 1, -1, 0.1],
LINK_BOUNDS: [1, 3, 2],
LINK_BOUNDS: [1, 6, 4],
LINK_TYPE_BOUNDS: [0, 3, 2],
LINK_TYPE_WEIGHT_BOUNDS: [1, 2, 1, 0.1],
LINK_TYPE_WEIGHT_BOUNDS: [1, 2, 1.5, 0.5],
LINK_FACTOR_DISTANCE_BOUNDS: [0.7, 1.2, 1, 0.1],

GRAVITY_MATRIX_SYMMETRIC: false,
Expand Down

0 comments on commit 431362d

Please sign in to comment.