This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"metadata": { | |
"name": "plos_one_analysis" | |
}, | |
"nbformat": 3, | |
"nbformat_minor": 0, | |
"worksheets": [ | |
{ | |
"cells": [ | |
{ |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"The 1994 Group": [ | |
"1994group.ac.uk" | |
], | |
"University of Aberdeen": [ | |
"3sixty-ucc.ac.uk", | |
"abdn.ac.uk", | |
"aberdeen.ac.uk", | |
"dotrural.ac.uk", | |
"northscotland-research.ac.uk", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import numpy as np | |
from PyGMO import * | |
from PyGMO.problem import base | |
import scipy | |
import scipy.weave as weave | |
import random | |
import operator | |
import sys | |
c_function = r''' |
NewerOlder