bandit-optimization


Namebandit-optimization JSON
Version 0.0.1 PyPI version JSON
download
home_pageNone
SummaryBandit optimization algorithms for microscopy
upload_time2024-03-23 09:17:02
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords microscopy sted bandit optimization
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Bandit Optimization

The bandit optimization package implements the algorithms, models and objectives that are used for the optimization of microscopy images. 

The algorithms provided within this repository are used the optimization of STED microscopy. The repository of STED microscopy optimization is available [here](https://github.com/FLClab/optim-sted).

---

## Installation 

You can install `banditopt` via [pip](https://pypi.org/project/pip/).

```bash
pip install bandit-optimization
```

*Note. When importing the module, bandit will raise a warning about not being able to load the microscope interface. This warning can be ignored.*

## License

Distributed under the terms of the [CC-By v4.0](https://creativecommons.org/licenses/by/4.0/) license.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "bandit-optimization",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "Anthony Bilodeau <anthony.bilodeau.1@ulaval.ca>",
    "keywords": "microscopy, sted, bandit, optimization",
    "author": null,
    "author_email": "Anthony Bilodeau <anthony.bilodeau.1@ulaval.ca>, Albert Michaud-Gagnon <albert.michaud-gagnon@cervo.ulaval.ca>",
    "download_url": "https://files.pythonhosted.org/packages/20/cd/72c7daaf9e837d17e77ea3964ce486646e5b443ea44e7971fc901f346c07/bandit-optimization-0.0.1.tar.gz",
    "platform": null,
    "description": "# Bandit Optimization\n\nThe bandit optimization package implements the algorithms, models and objectives that are used for the optimization of microscopy images. \n\nThe algorithms provided within this repository are used the optimization of STED microscopy. The repository of STED microscopy optimization is available [here](https://github.com/FLClab/optim-sted).\n\n---\n\n## Installation \n\nYou can install `banditopt` via [pip](https://pypi.org/project/pip/).\n\n```bash\npip install bandit-optimization\n```\n\n*Note. When importing the module, bandit will raise a warning about not being able to load the microscope interface. This warning can be ignored.*\n\n## License\n\nDistributed under the terms of the [CC-By v4.0](https://creativecommons.org/licenses/by/4.0/) license.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Bandit optimization algorithms for microscopy",
    "version": "0.0.1",
    "project_urls": {
        "Homepage": "https://github.com/FLClab/bandit-optimization",
        "Issues": "https://github.com/FLClab/bandit-optimization/issues"
    },
    "split_keywords": [
        "microscopy",
        " sted",
        " bandit",
        " optimization"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "71d58c6ceb6bdfe9e217415d3720b3beac6d0295d563fe5a02ee370fbba0f6a2",
                "md5": "6ec17735808ab573e4a7e3cf53ccff51",
                "sha256": "d8f71431981d1011fb0bf23ef7efc7a816ad9e120a3b695e55b421832862128f"
            },
            "downloads": -1,
            "filename": "bandit_optimization-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6ec17735808ab573e4a7e3cf53ccff51",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 44616,
            "upload_time": "2024-03-23T09:17:00",
            "upload_time_iso_8601": "2024-03-23T09:17:00.223540Z",
            "url": "https://files.pythonhosted.org/packages/71/d5/8c6ceb6bdfe9e217415d3720b3beac6d0295d563fe5a02ee370fbba0f6a2/bandit_optimization-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "20cd72c7daaf9e837d17e77ea3964ce486646e5b443ea44e7971fc901f346c07",
                "md5": "fd7b27a50f09051ab16f45e8908c6539",
                "sha256": "3d185b042cb45de6ae6baa115d24dc13498804acdd90bebfbd1531acf7652b8b"
            },
            "downloads": -1,
            "filename": "bandit-optimization-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "fd7b27a50f09051ab16f45e8908c6539",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 41918,
            "upload_time": "2024-03-23T09:17:02",
            "upload_time_iso_8601": "2024-03-23T09:17:02.803903Z",
            "url": "https://files.pythonhosted.org/packages/20/cd/72c7daaf9e837d17e77ea3964ce486646e5b443ea44e7971fc901f346c07/bandit-optimization-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-23 09:17:02",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "FLClab",
    "github_project": "bandit-optimization",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "bandit-optimization"
}
        
Elapsed time: 0.22723s