schelling-model


Nameschelling-model JSON
Version 0.0.1 PyPI version JSON
download
home_page
SummarySchelling model of neightbours segregation
upload_time2024-01-17 17:06:13
maintainer
docs_urlNone
authorquim
requires_python
license
keywords python schelling segregation
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# schellings-model

schellings model of racial segregation



# Description

In this project i'm gona a developa a simulation of Schellings model of racial segregation to study witch factorm lead to the segregation of the population in citys.

The project will have a firs version where the only parameter that will be taken in acount is the satisfaction ratio that defins how satisfaid is a person with is neighbors, the parametes defins the minimal number of same kinf neighborus each egent neads to be happy in the position that is raight now and if it's not happy with the position the agent will move to a vacant position, this proces will be repited until all the agents are happy or until ther is no more vacant places where to be happy.



# Graphic interface

Using the streamlit library we can play with the vaues of diferent paraemters to see what happends on each case.



# Version 2



In this version 2 i will aplay the clasic Schelling, considerein only one muvment at a time and onli moving if there is a position where it will be happy.


            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "schelling-model",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "python,schelling,segregation",
    "author": "quim",
    "author_email": "<quimort97@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/f5/2c/a2a6ba77cbaf8614e70a38895ee654905419ddeb95df1b97e1b077cf151e/schelling_model-0.0.1.tar.gz",
    "platform": null,
    "description": "\r\n# schellings-model\r\n\r\nschellings model of racial segregation\r\n\r\n\r\n\r\n# Description\r\n\r\nIn this project i'm gona a developa a simulation of Schellings model of racial segregation to study witch factorm lead to the segregation of the population in citys.\r\n\r\nThe project will have a firs version where the only parameter that will be taken in acount is the satisfaction ratio that defins how satisfaid is a person with is neighbors, the parametes defins the minimal number of same kinf neighborus each egent neads to be happy in the position that is raight now and if it's not happy with the position the agent will move to a vacant position, this proces will be repited until all the agents are happy or until ther is no more vacant places where to be happy.\r\n\r\n\r\n\r\n# Graphic interface\r\n\r\nUsing the streamlit library we can play with the vaues of diferent paraemters to see what happends on each case.\r\n\r\n\r\n\r\n# Version 2\r\n\r\n\r\n\r\nIn this version 2 i will aplay the clasic Schelling, considerein only one muvment at a time and onli moving if there is a position where it will be happy.\r\n\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Schelling model of neightbours segregation",
    "version": "0.0.1",
    "project_urls": null,
    "split_keywords": [
        "python",
        "schelling",
        "segregation"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d014f1a3bd632e81685d8c002a678d493265e3a1c42cd28fe8ff8bce15857ea5",
                "md5": "2ef12f9f5ba442a8cb39d464e4e80931",
                "sha256": "8d69c21f4a4107cc554e1d0e16c04f5772fe3f94c268878747f2b2ff4548579c"
            },
            "downloads": -1,
            "filename": "schelling_model-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2ef12f9f5ba442a8cb39d464e4e80931",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 4681,
            "upload_time": "2024-01-17T17:06:11",
            "upload_time_iso_8601": "2024-01-17T17:06:11.391834Z",
            "url": "https://files.pythonhosted.org/packages/d0/14/f1a3bd632e81685d8c002a678d493265e3a1c42cd28fe8ff8bce15857ea5/schelling_model-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f52ca2a6ba77cbaf8614e70a38895ee654905419ddeb95df1b97e1b077cf151e",
                "md5": "28676d8e97f28fac604f1d636a2329d9",
                "sha256": "ae00f037507006378681475cc8e6e472802ed3f77f061230319d38a248bc403a"
            },
            "downloads": -1,
            "filename": "schelling_model-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "28676d8e97f28fac604f1d636a2329d9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4868,
            "upload_time": "2024-01-17T17:06:13",
            "upload_time_iso_8601": "2024-01-17T17:06:13.250981Z",
            "url": "https://files.pythonhosted.org/packages/f5/2c/a2a6ba77cbaf8614e70a38895ee654905419ddeb95df1b97e1b077cf151e/schelling_model-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-17 17:06:13",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "schelling-model"
}
        
Elapsed time: 1.17943s