Пакет pswarm: Информация

    Исходный пакет: pswarm
    Версия: 1.5-alt10
    Собран:  12 августа 2012 г. 17:23
    Категория: Науки/Математика
    Сообщить об ошибке в пакете
    Домашняя страница: http://www.norg.uminho.pt/aivaz/pswarm/

    Лицензия: LGPL v2.1
    О пакете: Global optimization solver for bound and linear constrained problems
    Описание: 
     PSwarm is a global optimization solver for bound and linear constrained
    problems (for which the derivatives of the objective function are
    unavailable, inaccurate or expensive).
    
     The algorithm combines pattern search and particle swarm. Basically, it
    applies a directional direct search in the poll step (coordinate search
    in the pure simple bounds case) and particle swarm in the search step.
    
     PSwarm makes no use of derivative information of the objective
    function. It has been shown to be efficient and robust for smooth and
    nonsmooth problems, both in serial and in parallel.
    
     The code provides an interface with Python and R. The C code includes a
    parallel version using MPI. PSwarm can also be run through the NEOS
    server (under the Global Optimization category). You can use PSwarm with
    Python problems using the OpenOpt framework.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    R-pswarm (x86_64, i586)
    R-pswarm-debuginfo (x86_64, i586)
    libpswarm (x86_64, i586)
    libpswarm-debuginfo (x86_64, i586)
    libpswarm-devel (x86_64, i586)
    libpswarm-devel-debuginfo (x86_64, i586)
    libpswarm-devel-static (x86_64, i586)
    pswarm (x86_64, i586)
    pswarm-debuginfo (x86_64, i586)
    python-module-pswarm_py (x86_64, i586)
    python-module-pswarm_py-debuginfo (x86_64, i586)
    python-module-pswarm_test (x86_64, i586)

    Сопровождающий: Eugeny A. Rostovtsev

    Список участников:
    Eugeny A. Rostovtsev
    Vitaly Kuznetsov
    Alexey Tourbin

      1. liblapack-devel
      2. libmpe2-devel
      3. libnumpy-devel
      4. rpm-build-python >= 0.8
      5. python-devel = 2.7
      6. gcc-fortran
      7. openmpi-devel
      8. R-devel
      9. unzip

    Последнее изменение


    12 августа 2012 г. Eugeny A. Rostovtsev 1.5-alt10
    - Built with OpenBLAS instead of GotoBLAS2
    25 июня 2012 г. Eugeny A. Rostovtsev 1.5-alt9
    - Rebuilt with OpenMPI 1.6
    14 декабря 2011 г. Eugeny A. Rostovtsev 1.5-alt8
    - Fixed RPATH