As of right now the pairing algorithm only takes into account age and gender.
For reference this was the initial idea I had as to how the pairing algorithm would work :
Have a basic Exclusion and Range pairing algorithm.
For example.
EXCLUSION
Looking for Age 22 Range +/- 2 years --> Exclusion of Profiles w/ age !(20-24)
RANGE PAIRING
Seriousness of Relationship 1-10 (1 not serious, 10 serious only) w/ weight 1-10
reverse the weight to give the range of values that are acceptable
ie 10 = 1, 9 = 2 etc. the range gets larger as the weight decreases.
The strength of the relationship can be determined by the # of parameters that are within acceptable ranges. With some type of consideration of the weight of the parameter
successfully pulls matches based off a users looking for location 6c88ee358101752bcac286c257a84419d26eae05
matches people now based off seriousness about what they are looking for and if the seriousness weight is 7 or above it searches based off the desired relationship type 3171cd994fe79a030e2db1c94ca26dc1926e636a
As of right now the pairing algorithm only takes into account age and gender.
For reference this was the initial idea I had as to how the pairing algorithm would work :
Have a basic Exclusion and Range pairing algorithm. For example.
EXCLUSION Looking for Age 22 Range +/- 2 years --> Exclusion of Profiles w/ age !(20-24)
RANGE PAIRING Seriousness of Relationship 1-10 (1 not serious, 10 serious only) w/ weight 1-10
reverse the weight to give the range of values that are acceptable ie 10 = 1, 9 = 2 etc. the range gets larger as the weight decreases.
The strength of the relationship can be determined by the # of parameters that are within acceptable ranges. With some type of consideration of the weight of the parameter